Results 1 to 4 of 4
Thread: Java Swing CSS
- 10-26-2012, 12:30 AM #1
Member
- Join Date
- Oct 2012
- Posts
- 1
- Rep Power
- 0
Java Swing CSS
I'm not a swing expert, I'm mainly from web platform. So in web, one of the very important aspect is CSS. Moreover, overriding CSS and cascading CSS make it even more powerful. Forget about CSS attributes, do you think people working with swing need something like this for setting layout attributes for component in a swing interface. For e.g. a JLabel and JTextField both have the concept of font, so it possible to make them retrieve the information from the same source.
There may be an existing tool like this which I don't know, if there is none currently, i'll surely try to come up with one and make it open source
so, what do you think?
- 10-26-2012, 01:21 AM #2
Re: Java Swing CSS
Why can't you just store whatever font you want in a variable, then set the font of each to that?
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 10-26-2012, 06:00 AM #3
Re: Java Swing CSS
I'd typed out an answer when this caught my attention: Java CSS in Swing - Stack Overflow
Now if you had told us that the question was cross posted, I might have reconsidered.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 10-26-2012, 10:01 AM #4
Member
- Join Date
- Oct 2012
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
Java swing - help with GUI
By adjit in forum New To JavaReplies: 6Last Post: 03-16-2012, 11:21 PM -
java swing help
By zoheb.siddiqui in forum AWT / SwingReplies: 1Last Post: 02-28-2011, 09:06 AM -
Is this right!! Java Swing
By Nifras in forum AWT / SwingReplies: 4Last Post: 05-28-2010, 07:20 PM -
Java Swing
By JavaBean in forum Java TutorialReplies: 1Last Post: 04-11-2009, 03:09 PM -
[swing] Java and sql
By ezee in forum AWT / SwingReplies: 1Last Post: 03-27-2009, 05:55 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks