Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-08-2007, 01:04 PM
Member
 
Join Date: Dec 2007
Posts: 15
Soda is on a distinguished road
Is there somethign wrong with this code?
Quote:
JFrame frame = new JFrame(500,500);

JPanel panel = new JPanel();
pane.setLayout(null);

JTextArea textarea = new JTextArea();

JScrollPane scrollpane = new JScrollPane();
scrollpane.setViewportView(textarea);

frame.add(panel);
panel.add(scrollpane);

scrollpane.setBounds(200,200,30,100);
My goal is to add a scrollpane to the textarea but it wont appear....any tips?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-08-2007, 05:46 PM
Member
 
Join Date: Dec 2007
Posts: 15
Soda is on a distinguished road
Um..ignore this topic, finally solve it. Sorry if I did something unnecessary
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I am Doing Something Wrong But Don't Know What? BHCluster New To Java 3 04-16-2008 02:16 PM
what is wrong with this code masaka New To Java 5 04-16-2008 09:27 AM
Image problems, what's wrong here. Bluefox815 Java Applets 1 03-07-2008 03:45 AM
What's wrong with this code? Wizard wusa New To Java 14 01-23-2008 12:55 AM
Whats wrong with my code??? Soda New To Java 2 12-06-2007 01:54 PM


All times are GMT +3. The time now is 12:46 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org