Results 1 to 2 of 2
Thread: Radio buttons with frames
- 08-01-2011, 10:14 AM #1
Radio buttons with frames
Hi folks.
The scenario.
The page has three frames - left, top and doc. Left and top have buttons in them. Top has an image on the right hand side that sits behind the rightmost button.
What I have to do.
The buttons in Left and Top are a single set of radio buttons.
I think that covers what I want to do but my knowledge of Java is, to say the least, limited. Any help on making this work would be much appreciated!Java Code:On AnyButton.click { ResetAllButtonsToUnclickedState(); SetClickedState(TheJustClickedButton); DisplayImageInTopFrame(TheJustClickedButton.Image); DisplayDocumentInDocFrame(TheJustClickedButton.HTMLdoc); }
Ta muchly.
Simon.
- 08-01-2011, 10:41 AM #2
Similar Threads
-
Help help.radio buttons
By 10e5x in forum New To JavaReplies: 3Last Post: 01-04-2011, 07:10 PM -
Help with Radio Buttons
By miguelms19 in forum AWT / SwingReplies: 3Last Post: 06-29-2010, 07:49 PM -
Selecting Radio Buttons to change frames?
By jchsu in forum AWT / SwingReplies: 3Last Post: 02-25-2010, 11:06 AM -
How to use Radio Buttons
By Java Tip in forum SWTReplies: 0Last Post: 07-25-2008, 02:26 PM -
radio buttons and paint
By gtraylo in forum Java AppletsReplies: 1Last Post: 04-19-2008, 12:43 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks