File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes My scrollbars are not displaying Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "My scrollbars are not displaying" Watch "My scrollbars are not displaying" New topic
Author

My scrollbars are not displaying

shalini gnana
Ranch Hand

Joined: Sep 18, 2007
Posts: 189
Why my scrollbars are not getting displayed..Where do i gone wrong?

Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35232
    
    7
"scroll" is null at the time you're adding it to the content pane. It needs to be initialized at that time (and you should definitely not do that in the ImagePanel class, but in the init method of the applet).


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://jrebel.com/download
 
subject: My scrollbars are not displaying
 
Similar Threads
Messagebox with Mouseevent
AWT Background Problem
Popup menu not responding with mouse event
Dispalying random dates
looking for a graphical representation