Results 1 to 12 of 12
- 12-20-2012, 02:52 PM #1
Member
- Join Date
- Dec 2012
- Posts
- 6
- Rep Power
- 0
- 12-20-2012, 03:11 PM #2
Re: how to use jGoodies Look And Feel
Please don't post multiple copies of the same question in several sub-forums. That just makes it harder to help you, and might get you deleted as a spammer.
This is the first result for googling "java look and feel": How to Set the Look and Feel (The Java Tutorials > Creating a GUI With JFC/Swing > Modifying the Look and Feel)How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 12-20-2012, 03:34 PM #3
Member
- Join Date
- Dec 2012
- Posts
- 6
- Rep Power
- 0
Re: how to use jGoodies Look And Feel
think's for ur help, this the first time i post here that's why i posted in the wrong forum tht's why i post it her again (I'm sorry).
think you for ur response but i'm looking for the name of classe to load for JGoodies instead of ClassNameHere
UIManager.setLookAndFeel(ClassNameHere);
Kind regards
- 12-20-2012, 04:19 PM #4
Re: how to use jGoodies Look And Feel
Hint: UIManager has a method that returns the installed LaF's. I'm sure you can take it from there.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-20-2012, 04:22 PM #5
Re: how to use jGoodies Look And Feel
Why do they call it rush hour when nothing moves? - Robin Williams
- 12-20-2012, 04:29 PM #6
Member
- Join Date
- Dec 2012
- Posts
- 6
- Rep Power
- 0
Re: how to use jGoodies Look And Feel
i can't find the classname
- 12-20-2012, 04:31 PM #7
Re: how to use jGoodies Look And Feel
If you lack the ability to read the API, you need to learn that first.
Do you know how to find the API?
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-20-2012, 04:42 PM #8
Member
- Join Date
- Dec 2012
- Posts
- 6
- Rep Power
- 0
Re: how to use jGoodies Look And Feel
no i don't know
- 12-20-2012, 05:33 PM #9
Re: how to use jGoodies Look And Feel
Bookmark these:
Java Platform SE 6
Java Platform SE 7
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-20-2012, 10:57 PM #10
Member
- Join Date
- Dec 2012
- Posts
- 6
- Rep Power
- 0
Re: how to use jGoodies Look And Feel
It's not what i'm looking for, i just need class name to load
thnk u
- 12-21-2012, 03:05 AM #11
Re: how to use jGoodies Look And Feel
Why do they call it rush hour when nothing moves? - Robin Williams
- 12-21-2012, 09:12 AM #12
Member
- Join Date
- Dec 2012
- Posts
- 6
- Rep Power
- 0
Re: how to use jGoodies Look And Feel
" UIManager has a method that returns the installed LaF's. I'm sure you can take it from there "
we can find pre-installed LAF (there are 4 i think), but in my case i have a new LAF "JGoodies" i dowloaded JGoodies jar files and i need the classname for apply for this LAF.
Look, UIManager.setLookAndFeel("com.sun.java.swing.plaf. windows.WindowsLookAndFeel");
for this example i use "com.sun.java.swing.plaf.windows.WindowsLookAndFee l" as a classname, and now i'm looking for JGoodies classname, because it change i can't use the same for both.
Think u
kind regards
Similar Threads
-
using jgoodies to create form
By shivam0101 in forum New To JavaReplies: 0Last Post: 09-15-2012, 12:48 AM -
Look and Feel of GUI
By titir in forum AWT / SwingReplies: 9Last Post: 04-21-2010, 01:34 PM -
About look and feel
By makpandian in forum AWT / SwingReplies: 6Last Post: 02-13-2009, 02:55 AM -
Look and Feel
By Stein in forum New To JavaReplies: 10Last Post: 10-03-2008, 04:07 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks