About 90,900 results
Open links in new tab
  1. How to set an image as a background for Frame in Swing GUI of …

    Sep 23, 2009 · I have created one GUI using Swing of Java. I have to now set one sample.jpeg image as a background to the frame on which I have put my components.How to do that ?

  2. Java GUI frameworks. What to choose? Swing, SWT, AWT, SwingX, …

    Sep 9, 2011 · There is quite a lot of gui frameworks out there for java, but what is recognized as today's framework of choice? The following is my understanding of the different frameworks, …

  3. java - Swing - Adding a image into GUI - Stack Overflow

    Nov 2, 2012 · Swing - Adding a image into GUI Asked 13 years, 1 month ago Modified 13 years, 1 month ago Viewed 67k times

  4. swing - How to make PopUp window in java - Stack Overflow

    Jan 13, 2012 · I am currently developing a java application. I want to show a new Window which contains a text area and a button. Do you have any ideas?

  5. java - Providing white space in a Swing GUI - Stack Overflow

    Jul 26, 2013 · A GUI with no white space appears 'crowded'. How can I provide white space without resorting to explicitly setting the position or size of components?

  6. swing - How to center a Window in Java? - Stack Overflow

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

  7. How to set background color of a button in Java GUI?

    Below is the code which creates 9 buttons in gridlayout form on a specific pannel3. What i want is to make the background of each button black with grey text over it. Can anyone help please? …

  8. swing - JUnit Tests for GUI in Java - Stack Overflow

    May 7, 2013 · I would like to write test cases for a GUI. I want to know how do you simulate a click of JButton, or how do you extract the elements of a JTable. For the purpose of this, I have built …

  9. How to dynamically control auto-resize components in Java Swing

    21 Creating a new GUI in Java (1.8) Swing, I am searching for a way to override resize behavior of all my components. Let me explain to you with some edited photos: 1. Full Screen GUI This …

  10. java - Popup Message boxes - Stack Overflow

    Aug 16, 2011 · import javax.swing.JOptionPane; public class ClassNameHere { public static void infoBox(String infoMessage, String titleBar) { JOptionPane.showMessageDialog(null, …