aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Problem customizing the look and feel Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Problem customizing the look and feel" Watch "Problem customizing the look and feel" New topic
Author

Problem customizing the look and feel

Ayy Looz
Greenhorn

Joined: Mar 04, 2009
Posts: 4
My problem is that i want to customize my desktop application by changing its look and feel with a customized one that i downloaded from the internet (a .jar file)
But it doesn't work : it compiles and runs fine but i keep on getting the same classic look and feel, here is what i tried in my main() method :



of course i added the .jar file in my project libraries.
Can anybody tell me what is wrong in my code and how can i get it to work.
Thank you in advance,

Ayy
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem customizing the look and feel
 
Similar Threads
Overloading final static field
Problem with custom look and feel implementation
database application problem with jtable binding
Drawing in JPanel
Jtable CellEditor