Merge pull request #22 from DevoKun/NewJpegLogos
Created new 150dpi RGB jpeg images with Shaston font
@ -96,7 +96,9 @@ public class SwingAppleCommander extends JFrame implements ActionListener {
|
||||
SwingAppleCommander application = new SwingAppleCommander();
|
||||
application.setIconImage(Toolkit.getDefaultToolkit().getImage(getClass().getResource("/com/webcodepro/applecommander/ui/images/diskicon.gif"))); //$NON-NLS-1$
|
||||
application.setTitle(textBundle.get("SwtAppleCommander.AppleCommander"));
|
||||
titleLabel = new JLabel(new ImageIcon(Toolkit.getDefaultToolkit().getImage(getClass().getResource("/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.gif"))));
|
||||
|
||||
titleLabel = new JLabel(new ImageIcon(Toolkit.getDefaultToolkit().getImage(getClass().getResource("/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.jpg"))));
|
||||
|
||||
addTitleTabPane();
|
||||
application.getContentPane().add(topPanel, BorderLayout.NORTH);
|
||||
application.getContentPane().add(tabPane, BorderLayout.CENTER);
|
||||
|
@ -68,12 +68,12 @@ public class ImageManager {
|
||||
public static final String ICON_COMPARE_DISKS = "comparedisks.gif"; //$NON-NLS-1$
|
||||
public static final String ICON_CHANGE_IMAGE_ORDER = "changeorder.gif"; //$NON-NLS-1$
|
||||
|
||||
public static final String LOGO_EXPORT_WIZARD = "ExportWizardLogo.gif"; //$NON-NLS-1$
|
||||
public static final String LOGO_APPLECOMMANDER = "AppleCommanderLogo.gif"; //$NON-NLS-1$
|
||||
public static final String LOGO_DISK_IMAGE_WIZARD = "DiskImageWizardLogo.gif"; //$NON-NLS-1$
|
||||
public static final String LOGO_IMPORT_WIZARD = "ImportWizardLogo.gif"; //$NON-NLS-1$
|
||||
public static final String LOGO_COMPILE_WIZARD = "CompileWizardLogo.gif"; //$NON-NLS-1$
|
||||
public static final String LOGO_COMPARE_IMAGE_WIZARD = "CompareImageWizardLogo.gif"; //$NON-NLS-1$
|
||||
public static final String LOGO_EXPORT_WIZARD = "ExportWizardLogo.jpg"; //$NON-NLS-1$
|
||||
public static final String LOGO_APPLECOMMANDER = "AppleCommanderLogo.jpg"; //$NON-NLS-1$
|
||||
public static final String LOGO_DISK_IMAGE_WIZARD = "DiskImageWizardLogo.jpg"; //$NON-NLS-1$
|
||||
public static final String LOGO_IMPORT_WIZARD = "ImportWizardLogo.jpg"; //$NON-NLS-1$
|
||||
public static final String LOGO_COMPILE_WIZARD = "CompileWizardLogo.jpg"; //$NON-NLS-1$
|
||||
public static final String LOGO_COMPARE_IMAGE_WIZARD = "CompareImageWizardLogo.jpg"; //$NON-NLS-1$
|
||||
|
||||
private Map<String,Image> images = new HashMap<>();
|
||||
private String[] imageNames = {
|
||||
|
Before Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 17 KiB |