Image file  | Corresponding icon  | 
|---|---|
cancelfind.png  | Close icon in Grid and Tree-View search panel  | 
checkmenuitem.gif  | Check icon in menu-bar and pop-up menu  | 
chevron_down.png  | Collapse button in Tree-View with the FLAT style  | 
chevron_right.png  | Expand button in Tree-View with the FLAT style  | 
clearfind.png  | Clear icon in Grid search panel  | 
Error.gif  | Error icon in message box  | 
first.gif  | First button in paged Grid and List-Box  | 
funnel_delete.png  | Funnel delete icon on Grid heading  | 
funnel_update.png  | Funnel update icon on Grid heading  | 
funnel.png  | Funnel icon on Grid’s heading  | 
grip.gif  | Grip icon in Status-Bar  | 
Inform.gif  | Default icon in message box  | 
last.gif  | Last button in paged Grid and List-Box  | 
pageprev.gif  | Previous Page button in paged Grid and List-Box  | 
pagesucc.gif  | Next page button in paged Grid and List-Box  | 
prev.gif  | Previous button in paged Grid and List-Box  | 
Question.gif  | Question icon in message box  | 
searchfind.png  | Find icon in Grid’s search panel  | 
sortdown.png  | Sort descending icon in the heading of Grid and Tree Table-View  | 
sortnone.png  | Unsorted icon in the heading of Grid and Tree Table-View  | 
sortup.png  | Sort ascending icon in the heading of Grid and Tree Table-View  | 
succ.gif  | Next button in paged Grid and List-Box  | 
vV.png  | Case sensitive icon in Grid’s search panel  | 
vV2.png  | Case insensitive icon in Grid’s search panel  | 
Warn.gif  | Warning icon in message box  | 
Image file  | Corresponding icon  | 
|---|---|
antialiasing.gif  | "Anti-aliasing" button in the tool-bar  | 
arrow_back.png  | "Previous page" button in the tool-bar  | 
arrow_beg.png  | "First page" button in the tool-bar  | 
arrow_end.png  | "Last page" button in the tool-bar  | 
arrow_next.png  | "Next page" button in the tool-bar  | 
exit.png  | "Quit" button in the tool-bar  | 
file_pdf.gif  | "Save" button in the tool-bar  | 
find.gif  | "Find" button in the tool-bar  | 
iscobol.png  | isCOBOL logo in the title bar  | 
pagesetup.png  | "Page setup" button in the tool-bar  | 
printer.png  | "Print" button in the tool-bar  | 
show_thumbnails.gif  | "Show thumbnails" button in the tool-bar  | 
zoom_in.png  | "Zoom in" button in the tool-bar  | 
zoom_out.png  | "Zoom out" button in the tool-bar  | 
cd %TEMP%  | 
mkdir com\iscobol\gui\client\swing  | 
copy C:\path\to\yourfunnel.png %TEMP%\com\iscobol\gui\client\swing\funnel.png  | 
cd %TEMP% jar -cvf myicons.jar com  | 
copy %TEMP%\myicons.jar %ISCOBOL%\jars  |