Issue Details (XML | Word | Printable)

Key: STUPIDZOMBIE-3
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: josevnz
Reporter: josevnz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
stupidzombie

Release 1.2

Created: 06/Jun/09 01:52 PM   Updated: 09/Jan/12 02:54 AM  Due: 30/Aug/09   Resolved: 28/Oct/09 01:55 PM
Component/s: gui, resources
Affects Version/s: 1.0
Fix Version/s: None

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Tags:

  • Sub-Tasks:
  • All
  • Open

 Description  « Hide
  • Add Nimbus support (proper integration with StupidZombie). The following just won't work:

for (LookAndFeelInfo laf :
UIManager.getInstalledLookAndFeels()) {
if ("Nimbus".equals(laf.getName())) {
try { UIManager.setLookAndFeel(laf.getClassName()); } catch (ClassNotFoundException e) { // TODO Auto-generated catch block e.printStackTrace(); } catch (InstantiationException e) { // TODO Auto-generated catch block e.printStackTrace(); } } catch (IllegalAccessException e) { // TODO Auto-generated catch block e.printStackTrace(); } catch (UnsupportedLookAndFeelException e) { // TODO Auto-generated catch block e.printStackTrace(); } }
}
}



josevnz added a comment - 28/Oct/09 01:55 PM

Changed priorities, closing this item.