I have an applet that is problematic under Safari only (works everywhere else) and I need to debug it running in Safari.
Similar question had been added earlie开发者_如何学编程r: How to embed a Java Applet from another website (can't link their class file and jar)
I\'ve made this method in a class called tree: public void printTree(Graphics g, int x, int y) { MediaTracker mt = new MediaTracker(this);
I have a Applet class (extends JApplet). Inside the class I am instantiating a JPanel and initializing a JButton whit setEnabled(true). After the user clicks this button in the Panel and does some pro
I\'ve been told by my friend that my code isn\'t very OO. 开发者_StackOverflow中文版How would I make this more OO and reusable?
I\'ve written working on a java applet, which seems to be opening sun.applet.AppletViewer when it is running. I\'m using the acm libraries for the Stanford Engineering Everywhere Hangman assignment. T
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m making a java game, and when the user presses some keys, the sprite moves in that direction, and it changes the sprite to match the direction that the user is inputting.
开发者_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.
I embed iframe element in my HTML page: <iframe src=\"applet.html\" frameborder=\"0\" style=\"width: 600px; height: 600px;\"></iframe>