Results 1 to 7 of 7
- 08-17-2012, 04:37 PM #1
Member
- Join Date
- Aug 2012
- Posts
- 3
- Rep Power
- 0
Drawing a house using Java Applet. Who can help? Even simple house output :(
i've given a task to make my dreamhouse by using Java Applet. I am just a beginner in Java Applet. Can you please help me? just give me codes and i will try to understand it. I need a guide for this project :(( Guys can you help?:(
- 08-17-2012, 06:30 PM #2
Re: Drawing a house using Java Applet. Who can help? Even simple house output :(
You should look at the tutorials on Applets:
Lesson: Java Applets (The Java™ Tutorials > Deployment)
and drawing using Swing:
Lesson: Performing Custom Painting (The Java™ Tutorials > Creating a GUI With JFC/Swing)
Also there are several posts on this forum that do drawing. Drawing in a panel would be the same as in an applet.
After reading the above, Make an effort to design and write the code. When you have problems, come back and ask questions.If you don't understand my response, don't ignore it, ask a question.
- 08-17-2012, 06:57 PM #3
Member
- Join Date
- Aug 2012
- Posts
- 3
- Rep Power
- 0
- 08-17-2012, 07:16 PM #4
Re: Drawing a house using Java Applet. Who can help? Even simple house output :(
The code for Applet will not work with JApplet. You are going to want to use JApplet though. If any of your components do not start with a J, you should make a transition. Swing has surpassed AWT, and as such, one should not be using AWT, unless you need the legacy code.
Is there any reason why you need to use applet, or is that just the you set your program with?My API:Java Code:cat > a.out || cat > main.class
- 08-17-2012, 07:33 PM #5
Re: Drawing a house using Java Applet. Who can help? Even simple house output :(
The JApplet class extends the Applet class. There should be very few problems changing your class from extending Applet to JApplet. If you have problems, post the code and the full text of the error messages.
If you don't understand my response, don't ignore it, ask a question.
- 08-18-2012, 07:53 AM #6
Member
- Join Date
- Aug 2012
- Posts
- 3
- Rep Power
- 0
- 08-18-2012, 09:54 AM #7
Re: Drawing a house using Java Applet. Who can help? Even simple house output :(
Why do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
1st Lawson In-House Job Fair
By angelofgod in forum Jobs OfferedReplies: 0Last Post: 11-14-2011, 04:58 AM -
regex house address
By paul1024 in forum New To JavaReplies: 6Last Post: 05-08-2011, 02:10 PM -
Help with House/Fence Applet.
By GA Scooby in forum Java AppletsReplies: 15Last Post: 04-11-2011, 09:58 AM -
Hello gurus' in the house
By javahsm in forum New To JavaReplies: 0Last Post: 11-29-2008, 06:11 PM -
building a house
By dc2acgsr99 in forum Java AppletsReplies: 4Last Post: 03-07-2008, 11:18 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks