jframe
How to call setUndecorated() while application is running?
Hi I\'m not such a professional at programming so i come here to ask how i can make this possible. Issue: Client game is running once fullscreen mode clicked i want it to call setUndecorated() but ca[详细]
2023-04-04 20:32 分类:问答Transparent Layers in one JFrame [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, o开发者_StackOverflow中文版r rhetorical andcannot be reasonably answered in its cu[详细]
2023-04-03 21:17 分类:问答Is it possible to have a translucent windows in java 7 including a title bar?
Related to this question: Is The Java Tutorials Translucent Window example giving trouble to those playing with jdk7?[详细]
2023-04-03 10:13 分类:问答JFrame Components To Update Help (Java)
Alright. So I have a JFrame, and it has a JLabel. I call the JFrame, and it displays properly (with 开发者_Go百科the label). So now I want to call an updater to \"update\" the JFrame to add more butto[详细]
2023-04-03 03:40 分类:问答Can I embed an AWT Frame in a JFrame?
I need the functionality of AWT Frames for one component, but my main application window is a JFrame. Ideally this would be incorporated into my gridbaglayout.[详细]
2023-04-03 00:37 分类:问答Buttons all over the window - Java
I am trying to learn java and i am practicing with a simple program with 2 simple buttons. Here is my code :[详细]
2023-04-02 14:14 分类:问答Internal JFrames
I want to know how to show an internal frame in swing. That means,when a JFrame is needed, normally what I do is,[详细]
2023-04-02 02:47 分类:问答JLabel setLocation not working?
Here is the code I have written: super(\"开发者_运维技巧Add contact\"); setLayout(new FlowLayout());[详细]
2023-04-01 13:12 分类:问答Closing newly opened JFrame
I\'m developing a deskt开发者_JS百科op application using NetBeans IDE. 1) I\'m opening a new JFrame after a button click. While I\'m closing any of the opened frames, both are getting closed.[详细]
2023-04-01 06:12 分类:问答Java GUI programming: Setting the Fore/Background
I\'m just getting into GUI programming, slowly learning. However I\'m having a problem right of the bat. I can\'t get the Fore/Background color to change in my window at all.[详细]
2023-04-01 05:41 分类:问答