Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-04-2004, 02:51 AM   PM User | #1
Monkofdoom
New to the CF scene

 
Join Date: Dec 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Monkofdoom is an unknown quantity at this point
Java applets

Hey me and a friend are writing a java applet and want it to use multiple forms, although we havnt found ne sites saying u can do this - ne advice?

thank you
Monkofdoom is offline   Reply With Quote
Old 12-04-2004, 06:45 PM   PM User | #2
Antoniohawk
Senior Coder

 
Join Date: Aug 2002
Location: Kansas City, Kansas
Posts: 1,518
Thanks: 0
Thanked 2 Times in 2 Posts
Antoniohawk will become famous soon enough
What exactly do you mean by "multiple forms"? Please elaborate.
Antoniohawk is offline   Reply With Quote
Old 12-04-2004, 08:25 PM   PM User | #3
Monkofdoom
New to the CF scene

 
Join Date: Dec 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Monkofdoom is an unknown quantity at this point
well we use a program called netbeans to code in, basically we are coding a game and we need to have several screens,

mainly though one for options and one for the actual playing,

so we need to be able to link the gui forms together - ie if they choose play (after choosing settings on the options page) the new form/screen/page appears with the game itself
Monkofdoom is offline   Reply With Quote
Old 12-04-2004, 10:50 PM   PM User | #4
turbowrx
New Coder

 
Join Date: Nov 2004
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
turbowrx is an unknown quantity at this point
Well, since most of what I do is client only, I may not have a good answer, but hopefully others can tell me whether I'm thinking correctly or not. I believe you can use java webstart to run a normal app, and by that I mean a JFrame based app as opposed to an applet. I think users would rather run your game through java webstart than in a browser.

If you are using frames, you can just have your classes call other frames, which can accept input. This input could be fed into a data managing class. Before I would even start on this game, I would practice on implementing some guis first. You don't sound like you have a lot of experience so I wouldn't recommend developing a game as your first ui option. Then, after you have some experience, i would spend some time with your friend and talk about the design of your program before you ever write a line of code. This will keep you much more organized. Good luck. I'm sure you'll have more questions, so keep them coming.
turbowrx is offline   Reply With Quote
Old 12-05-2004, 11:51 AM   PM User | #5
Monkofdoom
New to the CF scene

 
Join Date: Dec 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Monkofdoom is an unknown quantity at this point
thx for the reply - And yeah i do have much experience but every language ive learnt has been through doing something harder than the basics - Its my way of learning.

I appreciate the advice (and dont worry the games not other complicated )
Monkofdoom is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:25 PM.


Advertisement
Log in to turn off these ads.