About 410,000 results
Open links in new tab
  1. Creating a window with Java Swing - Stack Overflow

    So, I'm new to to the Java language, and I have come to study about the JFrame class. In a lot of tutorials, I see this way of creating a new JFrame window: class Something extends JFrame{ …

  2. swing - JFrame in full screen Java - Stack Overflow

    Jul 20, 2012 · 58 If you want put your frame in full-screen mode (like a movie in full-screen), check these answers. How can I do full screen in Java on OSX Java setFullScreenWindow () keep …

  3. Setting JAVA_HOME environment variable in MS Windows

    Set the JAVA_HOME Variable Windows 7 – Right click My Computer and select Properties > Advanced Windows 8 – Go to Control Panel > System > Advanced System Settings Windows …

  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. swing - How to center a Window in Java? - Stack Overflow

    Sep 28, 2008 · 280 From this link If you are using Java 1.4 or newer, you can use the simple method setLocationRelativeTo (null) on the dialog box, frame, or window to center it.

  6. Is it possible to create a window in Java without the use of JFrame …

    Jul 6, 2014 · You will need to use JNI/JNA, this will allow you to create a window to your needs. The problem after that would then actually been able to attach anything to it. Swing …

  7. How to set specific window (frame) size in java swing?

    "How to set specific window (frame) size in java swing?" It is more common that you would want to set the preferred size of the content pane of a frame, or perhaps a component in the content …

  8. java - JFrame: How to disable window resizing? - Stack Overflow

    Aug 3, 2013 · JFrame: How to disable window resizing? Asked 12 years, 4 months ago Modified 4 years, 1 month ago Viewed 157k times

  9. How do I make my java application open a console/terminal …

    Anyways, to make this work I've been getting output and input from the System.out.printf command and the java.util.Scanner. It's all working beautifully so far but I've realized I'm going …

  10. How to make a window look like this in Java? - Stack Overflow

    Feb 22, 2011 · How do I create a window which looks like this in Java: I want that window layout, instead of the standard Windows-borders, and I don't know how this is called. Edit: look and …