9

I am struggle to make a beautiful GUI in java. As you may know the default look and feel are not attractive that's why I would like to ask if there are existing mechanism or tools to do it thank.

Edited:

I want to develop chart application.

sayvortana
  • 825
  • 2
  • 16
  • 32

2 Answers2

4

It depends on what framework you're using. If you're using Swing you can use Java Look and Feel. There are some really nice one's out there but here's a link I found from a simple Google search. I like the Sea Glass one :) This also seems pretty informative and might help you out a little

Peter
  • 549
  • 7
  • 20
  • thx, Do you know any framework that allow me to build a chart application ?? – sayvortana Jun 30 '12 at 13:37
  • There are GUI builders available for most IDEs, but to use them well, you need to understand the layout managers. – Andrew Thompson Jun 30 '12 at 14:22
  • @AndrewThompson What are these "layout managers"? Are you referring to something in Java Graphics, or...? – Ungeheuer May 22 '17 at 16:17
  • @Ungeheuer There are these wonderful things known as search engines. Visit your favorite one, plug in 'layout managers' and add 'java' and go from there. While it may be true there are no stupid questions, there are certainly lazy and poorly researched ones, and that is a classic example. – Andrew Thompson May 22 '17 at 16:25
  • @AndrewThompson I was unsure if you were referring to some tool that would come with an IDE, or if it was an aspect of Java that you were referring to. Unless there's a Google for your brain, I'm not sure how I would find the answer... – Ungeheuer May 22 '17 at 16:29
  • @Ungeheuer So it's one of two possibilities. Wow.. shouldn't expect you to Google **two** things. Attention spans are shrinking. – Andrew Thompson May 22 '17 at 16:33
0

Try to search Swing Synth, maybe it's what you want.

bluish
  • 26,356
  • 27
  • 122
  • 180
tmj
  • 1,143
  • 3
  • 11
  • 15