aspose file tools
The moose likes Applets and the fly likes JApplet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "JApplet" Watch "JApplet" New topic
Author

JApplet

Dean Kiely
Greenhorn

Joined: Feb 27, 2004
Posts: 23
Hi I have a main JPanel with 5 JPanels on this 'main' jpanel i want one panel to control the rest as it is a game and i need one manager panel. I am trying to use the paintcomponent to try and draw onto each panel but i am only getting a small box appearing, what is the problem here does anyone know?
Is it possible to create a class for 3 jpanels i need to draw stuff on then create an instance of these classes and add to relevant jpanel to run the code and display the paintcomponents?
Hope this all makes sense!
Many thanks.
Korol Bloom
Ranch Hand

Joined: Jan 13, 2004
Posts: 33
do you have some code?
, korol
Craig Wood
Ranch Hand

Joined: Jan 14, 2004
Posts: 1535
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JApplet
 
Similar Threads
JPanels and Canvases
Little advice on JPanels in JFrame
Layout
Linking two JPanels with a JButton
more tabbedpane - panel questions