Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / July 2007

Tip: Looking for answers? Try searching our database.

Content Pane Problem

Thread view: 
Darum - 18 Jul 2007 13:35 GMT
Greetings!

I'm facing two related problems in developing a Java Applet.

My applet class extends JApplet.

1) The current default layout of the whole window (not individual
components) seems to be a flowLayout. I'd like to set the layout to a
gridBagLayout, however the setLayout command does not seem to be
understood (my compiler is eclipse, JRE 1.5.0 and JDK 5.0), so I
cannot get the following code to work, no specific error msg
generated:
    getContentPane.setLayout(new GridBagLayout);

2) similar problem, cannot setBackground or setForeground of the
overall pane.

Please Advise, thanks.

-Darum
Andrew Thompson - 18 Jul 2007 14:49 GMT
...
>I'm facing two related problems in developing a Java Applet.

You are probably not up to solving them.  
Applets are for those that are already
experienced GUI designers,  and GUI
design requires a good understanding
of core J2SE, compiling & debugging.
You seem to possess none of this
knowledge, and none of those skills.

(I suggest you) Hire a consultant.

>...(my compiler is eclipse, JRE 1.5.0 and JDK 5.0), so I
>cannot get the following code to work, no specific error msg
>generated:

Really?  That Eclipse/JDK combo. is apparently broken,
because this snippet of code..

>     getContentPane.setLayout(new GridBagLayout);

..is definitely rubbish.  My compiler here reports..
 '(' or '[' expected
..indicating a particular point on that line.
That might not be exactly what YourEclipse
is 'telling you', but it sure does not say
'no specific error message'.

That is either not the code being used, in
which case you are wasting our time, or
your eclipse is very broken.

Try posting an SSCCE, and/or exact messages..
<http://www.physci.org/codes/sscce.html>

Please read that link carefully before posting
your 'entire broken code' - because I am sure
*not* asking for that - just a tiny example.

Signature

Andrew Thompson
http://www.athompson.info/andrew/



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.