Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

GUI in Java

  Asked By: Cory    Date: Nov 14    Category: Java    Views: 610
  

is there any library with a sort of GUI draws (windows,
buttons, etc) looking like Windows XP or Windows 2000?

I just don't know yet how to build my own GUI, that's why I'm asking
so.

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Andrew Bryant     Answered On: Nov 14

Start with the java  Swing (GUI) tutorial
java.sun.com/.../index.html

As of release 1.4.2, WindowsLookAndFeel has been updated to mimic the
Windows XP look and feel when running on the Windows XP platform.

 
Answer #2    Answered By: Becky Baker     Answered On: Nov 14

'Look and Feel' mimics Microsoft & Solaris Windows' Shapes, isn't it?

 
Answer #3    Answered By: Stacie Martin     Answered On: Nov 14

Yes I guess you could put it that way the concept
behind Look and Feel is mimicking the native
environment.

 
Didn't find what you were looking for? Find more on GUI in Java Or get search suggestion and latest updates.




Tagged: