aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Poping up a JPanel in JApplet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Poping up a JPanel in JApplet" Watch "Poping up a JPanel in JApplet" New topic
Author

Poping up a JPanel in JApplet

Sarp Arda Coskun
Greenhorn

Joined: Apr 26, 2004
Posts: 3
Hi,
I want to pop up a JPanel that I have created on a JApplet like a DialogBox. How can I do this? Any simple example would be great.
Kind Regards,
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8262

Add your JPanel to a JDialog.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24054
    
  13

Moving to the Swing/AWT forum for further discussion.


[Jess in Action][AskingGoodQuestions]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Poping up a JPanel in JApplet
 
Similar Threads
Creating Java applet
Nested JPanels
JPanel in JApplet
Menu is getting hidden behind the applet
Simulating JProgressBar progress