6 Ocak 2014 Pazartesi
5 Ocak 2014 Pazar
jtattooyardıı ıle yapmış oldugumuz eclipse prncereleri görnüm temalarını deiştirebilme imkanı sunmaktadır.
yazacagım kod yardımı ile pencerenin teması degişecektir.
tema eklenmemiş hali:
Çalıştırın içine
try {
UIManager.setLookAndFeel("com.jtattoo.plaf.aluminium.AluminiumLookAndFeel");
} catch (ClassNotFoundException | InstantiationException| IllegalAccessException | UnsupportedLookAndFeelException e) {
((Throwable) e).printStackTrace();
}
tema eklendikten sonra.
yazacagım kod yardımı ile pencerenin teması degişecektir.
tema eklenmemiş hali:
Çalıştırın içine
try {
UIManager.setLookAndFeel("com.jtattoo.plaf.aluminium.AluminiumLookAndFeel");
} catch (ClassNotFoundException | InstantiationException| IllegalAccessException | UnsupportedLookAndFeelException e) {
((Throwable) e).printStackTrace();
}
tema eklendikten sonra.
Kaydol:
Yorumlar (Atom)