Sorry, I have asked about this before, but I have redone and simplified my code to the extent that I thought it was deserving of it\'s own post.
I have an annoying problem using JFrames and JPanels. I have a class extending a JFrame and in the contructor I have a string. I want to pass this value into the JPanel also in the contructor. I cant
I have in a JFrame some components that I开发者_开发问答 want to refer into another JFrame and I want
I have two forms : f_main and f_recruitment. I put a label in f_main with this 开发者_StackOverflowcode :
I have a project which have two form. 1st is JFrame and 2nd is JInternalFrame. I make a 1st one like MDI form. When I click on menu of 1st form, The 2nd form should be showed and contain a lot of data
I am simply looking for a class that will create a new jframe displaying the image \"rules.jpg\" which is found in the src folder of my project.
I have a JFrame and JPanel full of Jsomethings with an action开发者_如何学Golistener. When the user clicks an object I want to open another JFrame. Here is what I did:
Okay this is probably a rookie question, but I have never done GUI programming in Java before.Is it possible to use a JPanel that 开发者_如何学Cis not in a JFrame? or essentially create a GUI that doe
I have a menu bar class (MenuBarGUI) that I have put in all of my other classes and I need to know if I can close the current JFrame that it is contained in through an option in the menu. Normally I c
I am currently working on a notification app, using Java. I need for the window to be shortly (about 10 sec.) on top of any apps. including the ones running OpenGL and DirectX (e.g. computer games).