jinternalframe
Where is form_load event in JInternalFrame?
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[详细]
2023-02-09 09:21 分类:问答Keep focus of JInternalFrame
Is there any way to kee开发者_StackOverflow中文版ps focus of a JInternalFrame, I mean, always focused until it closed or showVisible(false) etc? I already search for a while but I only found a \"tempo[详细]
2023-01-28 23:38 分类:问答JInternalFrame to front and focussed
How does one push a JInternalFrame开发者_高级运维 to the top of all the frames in a JDesktopPane?trygrabFocus()and requestFocus(). One of the should work. I personally used only requestFocus().Read th[详细]
2023-01-28 18:40 分类:问答Java JInternalFrame to JPanel
I have got a JFrame A und 2 JInternalFrame B und C. I want to开发者_如何学编程 show these two Frames B and C in a JPanel, rather than a JInternalFrame. Then i will put the jpanel to another Frame. So[详细]
2023-01-27 10:43 分类:问答Is it possible make all JFrames the internal program uses into JInternalFrames and place them in a JDesktopPane?
The goal is to have the user select a java program, then my program opens up a JInternalFramewith a JEditorPane inside it as the console and places said JInternalFrame in a JDeskopPane. Is it possible[详细]
2023-01-23 05:27 分类:问答Using JInternalFrame and some button
Can we use a JInternalFame with a button in the main frame? The frame contains a JDesktopPane, of course. The button should open up t开发者_如何转开发he JInternalFrame How?I don\'t know a way to put a[详细]
2022-12-28 21:20 分类:问答Convert javascript string to an array
I\'m retrieving an array of objects from a hidden html input field.The string I\'m getting is: \"{\"id\":\"1234\",\"name\":\"john smith\",\"email\":\"jsmith@bla开发者_运维问答h.com\"},{\"id\":\"4431[详细]
2022-12-28 16:35 分类:问答Using AWT components inside a JInnerFrame (for JDesktopPane)
is there a way to hack bugs related to adding an AWT component (in my case a PApplet, so a processing language sketch) inside a JInternalFrame?[详细]
2022-12-26 09:00 分类:问答Java - Problem when Resizing a JInternalFrame
In a previous SO question, I was talking about somes issues dealing with my MDI architecture. I have now another problem when resizing my JInternalFrame. Here is a short video that illustrates it.[详细]
2022-12-23 19:38 分类:问答Java - How to make a set of JInternalFrame independant of each other?
I\'m programming a short Paint program like and I\'m trying to make an MDI architecture for it. To make that happen, I used JInternalFrame inside a JDesktopPane.[详细]
2022-12-23 06:56 分类:问答
加载中,请稍侯......