diff --git a/src/main/java/com/webcodepro/applecommander/ui/swing/SwingAppleCommander.java b/src/main/java/com/webcodepro/applecommander/ui/swing/SwingAppleCommander.java index 938060d..ca77c9f 100644 --- a/src/main/java/com/webcodepro/applecommander/ui/swing/SwingAppleCommander.java +++ b/src/main/java/com/webcodepro/applecommander/ui/swing/SwingAppleCommander.java @@ -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); diff --git a/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageManager.java b/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageManager.java index 3a51af2..7d0c403 100644 --- a/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageManager.java +++ b/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageManager.java @@ -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 images = new HashMap<>(); private String[] imageNames = { diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.gif b/src/main/resources/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.gif deleted file mode 100644 index e2b8283..0000000 Binary files a/src/main/resources/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.gif and /dev/null differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.jpg b/src/main/resources/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.jpg new file mode 100644 index 0000000..942af30 Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.jpg differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.xcf b/src/main/resources/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.xcf new file mode 100644 index 0000000..438c189 Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/AppleCommanderLogo.xcf differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/CompareImageWizardLogo.gif b/src/main/resources/com/webcodepro/applecommander/ui/images/CompareImageWizardLogo.gif deleted file mode 100644 index 1c667c8..0000000 Binary files a/src/main/resources/com/webcodepro/applecommander/ui/images/CompareImageWizardLogo.gif and /dev/null differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/CompareImageWizardLogo.jpg b/src/main/resources/com/webcodepro/applecommander/ui/images/CompareImageWizardLogo.jpg new file mode 100644 index 0000000..1799a10 Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/CompareImageWizardLogo.jpg differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/CompareImageWizardLogo.xcf b/src/main/resources/com/webcodepro/applecommander/ui/images/CompareImageWizardLogo.xcf new file mode 100644 index 0000000..aac3ce8 Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/CompareImageWizardLogo.xcf differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/CompileWizardLogo.gif b/src/main/resources/com/webcodepro/applecommander/ui/images/CompileWizardLogo.gif deleted file mode 100644 index 9f5bff0..0000000 Binary files a/src/main/resources/com/webcodepro/applecommander/ui/images/CompileWizardLogo.gif and /dev/null differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/CompileWizardLogo.jpg b/src/main/resources/com/webcodepro/applecommander/ui/images/CompileWizardLogo.jpg new file mode 100644 index 0000000..3fe034e Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/CompileWizardLogo.jpg differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/CompileWizardLogo.xcf b/src/main/resources/com/webcodepro/applecommander/ui/images/CompileWizardLogo.xcf new file mode 100644 index 0000000..4bc29e8 Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/CompileWizardLogo.xcf differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/DiskImageWizardLogo.gif b/src/main/resources/com/webcodepro/applecommander/ui/images/DiskImageWizardLogo.gif deleted file mode 100644 index 041533b..0000000 Binary files a/src/main/resources/com/webcodepro/applecommander/ui/images/DiskImageWizardLogo.gif and /dev/null differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/DiskImageWizardLogo.jpg b/src/main/resources/com/webcodepro/applecommander/ui/images/DiskImageWizardLogo.jpg new file mode 100644 index 0000000..b93621e Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/DiskImageWizardLogo.jpg differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/DiskImageWizardLogo.xcf b/src/main/resources/com/webcodepro/applecommander/ui/images/DiskImageWizardLogo.xcf new file mode 100644 index 0000000..db1acc3 Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/DiskImageWizardLogo.xcf differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/ExportWizardLogo.gif b/src/main/resources/com/webcodepro/applecommander/ui/images/ExportWizardLogo.gif deleted file mode 100644 index 3e52027..0000000 Binary files a/src/main/resources/com/webcodepro/applecommander/ui/images/ExportWizardLogo.gif and /dev/null differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/ExportWizardLogo.jpg b/src/main/resources/com/webcodepro/applecommander/ui/images/ExportWizardLogo.jpg new file mode 100644 index 0000000..cd8a54c Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/ExportWizardLogo.jpg differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/ExportWizardLogo.xcf b/src/main/resources/com/webcodepro/applecommander/ui/images/ExportWizardLogo.xcf new file mode 100644 index 0000000..016a19d Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/ExportWizardLogo.xcf differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/ImportWizardLogo.gif b/src/main/resources/com/webcodepro/applecommander/ui/images/ImportWizardLogo.gif deleted file mode 100644 index 5ae9d47..0000000 Binary files a/src/main/resources/com/webcodepro/applecommander/ui/images/ImportWizardLogo.gif and /dev/null differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/ImportWizardLogo.jpg b/src/main/resources/com/webcodepro/applecommander/ui/images/ImportWizardLogo.jpg new file mode 100644 index 0000000..2236a05 Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/ImportWizardLogo.jpg differ diff --git a/src/main/resources/com/webcodepro/applecommander/ui/images/ImportWizardLogo.xcf b/src/main/resources/com/webcodepro/applecommander/ui/images/ImportWizardLogo.xcf new file mode 100644 index 0000000..958561f Binary files /dev/null and b/src/main/resources/com/webcodepro/applecommander/ui/images/ImportWizardLogo.xcf differ