jframe
How should I pass a value from a JFrame to another?
I have this logical problem regarding on how to pass value from one JFrame to another. What I want to do:[详细]
2023-03-14 04:02 分类:问答How to have a dynamic width for a JTextField?
I have a JFrame with a JTextField.I want to g开发者_StackOverflowet the width of the JTextFieldincreased/decreased accordingly when the JFrame is maximized/restored.[详细]
2023-03-13 20:10 分类:问答How do I get rid of the border made by capturing a jframe image to file?
So I made an application that creates a graphical timeline from a csv file. I have that part finished now I just need help getting the image \"pretty\". When capturing the image the border from the JF[详细]
2023-03-12 16:17 分类:问答How do I save my JScrollPane position after I do a JFrame.pack()?
I have the following code: JFrame frame = new JFrame(); JScrollPane scrollPane = new JScrollPane(new panel(with stuff in it));[详细]
2023-03-12 09:38 分类:问答How do I show JFrame before the JLabel value is calculated
I am making a Java Desktop Application using Net开发者_开发百科beans. I am new to Desktop Applications and I\'m not all that great with Java ether.[详细]
2023-03-12 06:21 分类:问答Java applet scale
开发者_JAVA百科I have a java game that I have made, is it a Canvas in a JFrame to run as an application and an applet.[详细]
2023-03-12 04:25 分类:问答How do I set up a JFrame with a refresh rate?
I have a 2d game whic开发者_如何学JAVAh the entire structure is completely coded except the graphics. I am just updating the single component of a JFrame which is a Graphic containing 50 images. Each[详细]
2023-03-11 17:36 分类:问答How to clear/ reset a JFrame
Me and my friend have decided to work on a card game which cycles between 3 screens (Player1HandScreen, Player2HandScreen and FightScreen).[详细]
2023-03-11 09:05 分类:问答Java: Safe Animations with Swing
I am creating a program that uses JFrame, JPanel, JLabel and all other sorts of swing components. What I want to do is create a 2D animation on a separate JPanel that is dedicated to this animation.[详细]
2023-03-11 08:16 分类:问答Conversion to JApplet -- where did I go wrong?
PokerFrame (called from a viewer class) worked perfectly, but once I tried to convert it to an applet, it won\'t load. I don\'t get any runtime exceptions, just a blank applet space. I won\'t be able[详细]
2023-03-11 08:08 分类:问答