SPARK-1258, SPARK-1257

updates to default.properties customization of colors
added new preference panel Color

Color-Panel and Appearance Panel are now tabbed

ill post a guide on how to configure the default.properties in the forum

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12185 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Wolf Posdorfer
2011-03-25 15:29:00 +00:00
committed by wolf.posdorfer
parent 11eb9afd28
commit 8331b41590
15 changed files with 737 additions and 86 deletions

View File

@ -448,7 +448,7 @@ public final class MainWindow extends ChatFrame implements ActionListener {
if (!Spark.isMac() && !Default.getBoolean("DISABLE_EXIT")) {
connectMenu.add(exitMenuItem);
}
JMenuItem updateMenu= new JMenuItem("", SparkRes.getImageIcon(SparkRes.DOWNLOAD_16x16));
ResourceUtils.resButton(updateMenu, Res.getString("menuitem.check.for.updates"));
updateMenu.addActionListener(new ActionListener() {
@ -505,7 +505,9 @@ public final class MainWindow extends ChatFrame implements ActionListener {
}
// Build Help Menu
if(!Default.getBoolean(Default.DISABLE_UPDATES)){
helpMenu.add(updateMenu);
}
helpMenu.addSeparator();
helpMenu.add(viewErrors);
helpMenu.add(menuAbout);