The Abstract Window Toolkit (AWT) is Java's original platform-independent windowing, graphics, and user-interface widget toolkit.
I was wondering whether there is any way to convert an image/graphic into a Shape? For example, can I …
java image image-processing awt shapeMy code compiles and works just fine in both my browser and Eclipse, but for some reason the AppletViewer just …
java applet awt paint appletviewerI'm working on simple counter. My problem is that drawString() method draws new string over the old one. How to …
java graphics awt drawstringHow can I get key combination of keys on keyboard E.G. (Ctrl+somekey, Alt+somekey) with Java? I use …
java linux awt keyevent vnc-viewerwondered if anyone could point me in the right directon, i have developed a pong game and it needs double …
java swing awt doublebufferedIs there a way to calculate the length of a string in pixels, given a certain java.awt.Font object, …
java string fonts awt fontmetricsI get RGB24 byte array and want to show it in Java. public void getByteArray(byte byteArray[]){ int count1 = 0; byte …
java swing awt rgb bufferedimage