jinternalframe
How to make the JInternalFrame of the specified size?
I have a JFrame. I have added menu-bar to it. I have set its size and location using following line. frmMain.setBounds(0, 0, 1024, 768);// JFrame[详细]
2023-04-09 06:26 分类:问答Add JInternalFrame to JDesktopPane in execution time
I have a problem with a JDesktopPane, I add JInternalFrame on it and then show it on a JFrame. The problem is when I try to add another JInternalFramein execution time.[详细]
2023-04-08 12:10 分类:问答Java MVC & Composite Design Pattern With Internal Frames
Still wondering the best way to do Model-View-Controller Software Architecture, Do I pass the Controller into the View, or do I use the Observer Design Pattern and let the Controller Observe any chang[详细]
2023-03-31 02:16 分类:问答Java method works on windows but not Macintosh?
I had a real weird method which is used to hide JInternalFrame\'s title bar. Now the dilemma is below method works on windows platform,[详细]
2023-03-31 01:29 分类:问答hiding title bar of JInternalFrame? -java
I found some code online, I edited it a bit. I want to hide title bar of a JInternalFrame. JInternalFrame开发者_运维问答 frame = new JInternalFrame();[详细]
2023-03-31 01:07 分类:问答JInternalFrame snaps back to original position when cursor leaves container
I have a JInternalFrame inside a JPanel, all is working great, but when I reposition the internal frame and then move the cursor outside the JPanel, it resets its position.[详细]
2023-03-29 15:43 分类:问答Scaling and zoom
I need to implement zoom for a JDesktopPane contained in a JScrollPane. I have had prior success zooming by overriding the paintComponent(...) method and calling scale(double,double).[详细]
2023-03-29 11:47 分类:问答How to keep menu item on top of text area?
I\'m using netbeans to write the GUI. I have a menu bar with few menu items and the main window has a text area all over it.[详细]
2023-03-28 21:10 分类:问答JInternalFrame minimize while maintaining current location
I need the iconable/minimize feature of JInternalFrame to collapse the frame (which it does), but also maintain the JInternalFrame\'s position within its parent component. Currently, when I press the[详细]
2023-03-25 14:36 分类:问答Placing JFrames inside JFrames
I\'m working on an application that contains many JFrames, with the amateurish result that my program appears in the taskbar many times, one for each currently visible JFrame. I\'m aware that JInterna[详细]
2023-03-25 10:53 分类:问答