Chris Keenan

Greenhorn
+ Follow
since May 30, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Chris Keenan

Hello all - I'm hoping someone could give me a hand with a problem I'm having. I'm creating a bibliography program and I'm using multiple different types of sources (i.e. encyclopedia, dictionary, book etc) but each of these has a different requirement for what needs to be in the media type (i.e. Online, In Print, CD-ROM)

I'm using Choice drop down bars to allow the user to determine what source and media type they want to use.

Right now my layout looks something like this

<Source Dropdown> <Media Type Dropdown> [Continue Button]

After selecting a source and media type, the user would then hit the continue button which would open up a new frame which would have all the input fields for the appropriate source and media type.

I'm not quite sure how to do this though, I've already created another JFrame Form in a different file... is it possible to just load that file when the continue button is clicked?

Thanks for any help you can give me

-Chris
19 years ago
Hello all - I'm hoping someone could give me a hand with a problem I'm having. I'm creating a bibliography program and I'm using multiple different types of sources (i.e. encyclopedia, dictionary, book etc) but each of these has a different requirement for what needs to be in the media type (i.e. Online, In Print, CD-ROM)

I'm using Choice drop down bars to allow the user to determine what source and media type they want to use.

Right now my layout looks something like this

<Source Dropdown> <Media Type Dropdown> [Continue Button]

After selecting a source and media type, the user would then hit the continue button which would open up a new frame which would have all the input fields for the appropriate source and media type.

I'm not quite sure how to do this though, I've already created another JFrame Form in a different file... is it possible to just load that file when the continue button is clicked?

Thanks for any help you can give me

-Chris
19 years ago