Forum: Java Apr 11th, 2004 |
| Replies: 12 Views: 4,994 WOOOOO I figured it out....I got it to initialize and I got my choicebox to work whoohooo
now I just gotta work on manipulating my canvas to work when my button is pressed.....but it's 3 am and I've... |
Forum: Java Apr 10th, 2004 |
| Replies: 12 Views: 4,994 <html>
<body>
<applet code="grocerystore.java"width="250"height="250">
</applet>
</body>
</html>
that is the html code I'm using.....it's a simple webpage used to just test the code I'm... |
Forum: Java Apr 9th, 2004 |
| Replies: 12 Views: 4,994 Alright well I took out the extra two lines so they aren't in there twice and instead of using the keyword this I applied them to thier respective areas....price and output but it still won't... |
Forum: Java Apr 8th, 2004 |
| Replies: 12 Views: 4,994 well......after an hour of staring and trying things I come to another dead end......thank you for the help before I appreciate it but now my applet doesn't initialize....and all I get is a blank... |
Forum: Java Apr 7th, 2004 |
| Replies: 12 Views: 4,994 my code is posted below the program is to be very simple just just a button a choice box a text box and a canvas the user is to be able to select what item they want and then the price appears in the... |