The Abstract Window Toolkit (AWT) is Java's original platform-independent windowing, graphics, and user-interface widget toolkit.
I have a transparent BufferedImage created with the following code(not relevant how it is created, I think): GraphicsEnvironment ge = …
java awt bufferedimage graphics2dI just became aware that AWT / Swing under Java JDK 1.7 (as of JDK 7u15) does not support Retina displays on …
java swing awt java-7 retina-displayI have just started on AWT and made a simple program in it, it works fine but it shows a …
java serialization awt serialversionuidThe following code from a standalone application works in ubuntu: import java.awt.Toolkit; import java.awt.datatransfer.Clipboard; import …
java swing ubuntu awt copy-pasteI understand that this question is rather general and kind of a holy war. Could you explain to me why …
java swt awtI'm creating a Java application that will do some processing then needs to display a message to give the user …
java user-interface swing dialog awtI am trying to install Visual Paradigm for UML. During the installation it crashes. This is the stack trace: Unpacking …
java awtI'm using java.awt.FileDialog to create a dialog for saving a file. The problem is that when I specify …
java awt filedialogHow to fix problem with custom fonts in Java? For example, my app uses font, that isn't on all computers. …
java graphics fonts awt custom-font