Screenshot of my new java app ! vote it 05-03-2013, 08:09 AM
#1
Here's the Screenshot of my new Java Application - Immortal SysCleaner v0.0.1
Spoiler:
![[Image: 484409_115823631954332_1309035405_n.jpg]](http://sphotos-e.ak.fbcdn.net/hphotos-ak-frc1/484409_115823631954332_1309035405_n.jpg)
| Screenshot of my new java app ! vote it filter_list | |
![[Image: 484409_115823631954332_1309035405_n.jpg]](http://sphotos-e.ak.fbcdn.net/hphotos-ak-frc1/484409_115823631954332_1309035405_n.jpg)
private static void setLookAndFeelBlue() {
UIManager.put("nimbusBase", new Color(0, 0, 15));
UIManager.put("nimbusBlueGrey", new Color(0, 0, 220));
UIManager.put("control", Color.black);
UIManager.put("text", Color.white);
UIManager.put("nimbusSelectionBackground", Color.gray);
UIManager.put("nimbusSelectedText", Color.white);
UIManager.put("textHighlight", Color.lightGray);
UIManager.put("nimbusFocus", new Color(20, 120, 250));
UIManager.put("nimbusSelection", new Color(0, 0, 220));
UIManager.put("textBackground", Color.black);
UIManager.put("nimbusLightBackground", Color.black);
for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
if ("Nimbus".equals(info.getName())) {
try {
UIManager.setLookAndFeel(info.getClassName());
} catch (Exception e) {
System.err.println(e.getMessage());
}
break;
}
}
}![[Image: 2YpkRjy.png]](http://i.imgur.com/2YpkRjy.png)
private static void setLookAndFeelBlue() {
UIManager.put("nimbusBase", new Color(0, 0, 15));
UIManager.put("nimbusBlueGrey", new Color(0, 0, 220));
UIManager.put("control", Color.black);
UIManager.put("text", Color.white);
UIManager.put("nimbusSelectionBackground", Color.gray);
UIManager.put("nimbusSelectedText", Color.white);
UIManager.put("textHighlight", Color.lightGray);
UIManager.put("nimbusFocus", new Color(20, 120, 250));
UIManager.put("nimbusSelection", new Color(0, 0, 220));
UIManager.put("textBackground", Color.black);
UIManager.put("nimbusLightBackground", Color.black);
for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
if ("Nimbus".equals(info.getName())) {
try {
UIManager.setLookAndFeel(info.getClassName());
} catch (Exception e) {
System.err.println(e.getMessage());
}
break;
}
}
}![[Image: 2YpkRjy.png]](http://i.imgur.com/2YpkRjy.png)