Top "Awt" questions

The Abstract Window Toolkit (AWT) is Java's original platform-independent windowing, graphics, and user-interface widget toolkit.

Java GUI frameworks. What to choose? Swing, SWT, AWT, SwingX, JGoodies, JavaFX, Apache Pivot?

There is quite a lot of gui frameworks out there for java, but what is recognized as today's framework of …

java swing user-interface swt awt
Setting background color for a JFrame

Just how do you set the background color for a JFrame?

java swing graphics awt
What is the difference between Swing and AWT?

Can someone please explain me what's the difference between Swing and AWT? Are there any cases where AWT is more …

java swing awt
How to use KeyListener

I am currently trying to implement a keylistener in my program so that it does an action when I pressed …

java awt keylistener
How to center a Window in Java?

What's the easiest way to centre a java.awt.Window, such as a JFrame or a JDialog?

java swing user-interface awt
How to Change Font Size in drawString Java

How to make the font size bigger in g.drawString("Hello World",10,10); ?

java graphics fonts awt drawstring
Create GUI using Eclipse (Java)

Possible Duplicate: Best GUI designer for eclipse? Is there any Eclipse Plugin tool(s) who can help to create Graphical …

java swing user-interface swt awt
Triangle Draw Method

I have trouble drawing a triangle with the draw(Graphics g) method in Java. I can draw a rectangle like …

java swing awt graphics2d
How to bring a window to the front?

We have a Java application that needs to be brought to the foreground when a telecontrol mechanism activates something in …

java windows swing awt
Font.createFont(..) set color and size (java.awt.Font)

I'd like to create a new Font object using a TTF file. It is really simple to create a Font …

java fonts awt