japplet
Added JButton control to JApplet and the JButton fills the whole screen
I am new to Java Applet programming and Java in general but I am very good in C# and C++. Anyway I am making a simple calculator with a JTextField, JButton and JLabel. But the JButton and JTextField t[详细]
2023-04-10 18:42 分类:问答Working with JApplet with Menus
I\'m having problems with my code.The sub-menu for the (Music) menu should be a radio button type. Here\'s my first code:[详细]
2023-04-08 08:38 分类:问答How to hide JDialog from JApplet when user switch browser tab?
Problem: user starts long operation from applet; JDialog with progress bar is displayed. User open/switch to another browser tab - JDialog is still displayed (and annoys user).[详细]
2023-04-08 02:42 分类:问答Exception in thread AWT-EventQueue-2 java.lang.NullPointerException
I am trying to run a JApplet with jnlp. I have created my MyApplet which extends JApplet and packaged in a jar.[详细]
2023-04-07 15:34 分类:问答How to make an image blink in a random position?
I have an image inside the JApplet and I want it to appear in a random position.It will disappear after 1 second and appear again, in another random position.[详细]
2023-04-05 23:18 分类:问答How can I display an image in the Applet?
I have an image and I want to display it in the applet, The problem is the image wont display. Is there something wrong with my code?[详细]
2023-04-05 01:48 分类:问答How can I set the size of JButton in an Applet?
I have an applet and I want to add a jbutton. The problem is the button is too big, I already used the setSize() method but still it doesn\'t work. Perhaps the setting of setSize could might be wrong.[详细]
2023-04-04 05:13 分类:问答Thread.sleep Issues in Web Browser
Basically, I have written a JApplet and I now need to set a constant frame rate. I implemented a very simple segment of code that calls Thread.sleep:[详细]
2023-04-03 05:17 分类:问答How To Sign a Jar File for an Applet?
Does Singing a Jar File For an Applet use the same process as signing a Jar file for an application?? If so, can someone tell me how to开发者_C百科 sign it? I have an Applet that writes to your APPDAT[详细]
2023-03-30 22:25 分类:问答Look And Feel in Java Applet Doesn't Work
I use the following code to set the look and feel for my Java Applet. This completely works inside a Java Application.[详细]
2023-03-30 21:42 分类:问答