Top "Jframe" questions

A JFrame is a component and top-level container of the JFC/Swing framework.

Java how to make JFrames maximised but not resizable

Originally (See my previous question "Java how to make JFrames start off as a maximised window") I wanted to make …

java swing jframe screen dimension
Implementing auto complete in Java - am I doing it right?

Algorithm Start Input a city name - partial or complete If the user hits enter , take the text from JTextField …

java swing autocomplete jframe jwindow
Drag and Resize undecorated JFrame

Currently, I am using the following code to drag and move my undecordated JFrames. private void initialiseGUI(Component component){ //<…

java swing jframe mouseevent mouse-listeners
Which icon sizes to use with a JFrame's setIconImages() method?

Does anyone know which icon sizes to use with the setIconImages() (PLURAL) method for a jFrame so that my app …

java icons size jframe frame
Using JFrame or JPanel

I'm about to begin developing a new small application. It'll contain around 10 different GUIs. Using Netbeans, I can create either …

java swing jframe jpanel
How to override windowsClosing event in JFrame

i'm developing a JFrame which has a button to show another JFrame. On the second JFrame i want to override …

java swing jframe windowlistener
multi-user login java (admin,user,teacher)

I have three user types in database. http://oi44.tinypic.com/2z8qflw.jpg And heres my login form http://…

java mysql login jframe usertype
How to set Jframe Background Image in GroupLayout Java

Am trying to set a background image for my frame but it does not work. I tried this link: Setting …

java swing jframe grouplayout
How to center align the title in a JFrame?

I have a JFrame with a Title. I want center align the title, so that it appears in the middle …

java swing jframe titlebar
Java Swing: main class wait until JFrame is closed

I need some help with a simple java application which makes use of two jframe to get some input parameters. …

java swing input jframe invokeandwait