I\'m working for the first t开发者_运维问答ime with images in a JFrame, and I have some problems. I succeeded in putting an image on my JFrame, and now i want after 2 seconds to remove my image from t
I would like to create a login form for my application with the possibility to add or remove users for an sqlite database, i have created the table users(nam, pass) but i can\'t unclud it in my login
I have a JMenu with a JMenuItem, and when I click on this, I need to open a JFrame or window, in other words a com开发者_C百科ponent with inside JButton, JTextField,...
changed the project since its working now. kinda. the image still isnt changing. package icnon; import javax.imageio.*;
I would like to customize my titlebar, minimize-, maximize- and the close-button. So I used setUndecorated(true); on my JFrame, but I still want to be able to resize the window. What is the best way t
I have a JPanel sitting inside the center pos开发者_JS百科ition of a BorderLayout of a JFrame.How can I swap out the current JPanel for a new one?Did you try something on the lines of:
In both my Java classes, and the books we used in them laying out a GUI with code heavily involved the constructor of the JFrame.The standard technique in the books seems to be to initialize all compo
How can 开发者_运维技巧we create a main JFrame with background image and a JFrame inside the main JFrame with Java Swing?I believe you are looking for internal frames.
I would like to know how to put a button inside a frame that contain JTable inside. (The button should not be inside a cell, but after the table ends)
bas开发者_StackOverflow社区ically I want my JFrame to become a completely new JFrame object when an event is triggered. I have some code that basically calls GUI gui = new GUI(x, y)