This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Applets and the fly likes applets 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 » Applets
Reply Bookmark "applets" Watch "applets" New topic
Author

applets

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
how to add images on panel in borderlayout using applets
Herbert Maosa
Ranch Hand

Joined: May 03, 2000
Posts: 289
I think adding images to the panel will not make a difference whether you are using an applet or application, and whatever the layout.
Basically you will need to have a drawing surface, the best candidate of which is the canvas. So, for example you can have the canvas added to the center of your border layout.The canvas has the paint method, so inside this paint method you can invoke the drawImage() method of the Graphics class to draw the image that you want.
I wonder if this helps.
Herbert.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: applets
 
Similar Threads
Problems updating gui in JApplet
database connection from applets
RunTime over the web
Warning Message - An Applet Would Like To Print
Problem with methods to do graphics.