Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Tags

2 Posted Topics

Member Avatar for rrahulrroshan

thank you so much, veedeoo. That's what i was looking for. You made the script so simple. All i have found untill now have long script and using arrays. Is it possible to change the value of the second dropdwon value into a hyperlink? I just need two drop down …

Member Avatar for gokulllrajjj
0
220
Member Avatar for erietha88

I have these code below for the button : [CODE] import java.awt.*; import java.applet.*; import java.awt.event.*; public class Coba extends Applet { Button button1; public void init() { Font font = new Font("TimesRoman",Font.BOLD,16); setFont(font); button1 = new Button("Level Easy"); resize(250,250); LevelEasy lvleasy = new LevelEasy(); button1.addActionListener(lvleasy); //button1.addActionListener(this); add("Left",button1); } private …

Member Avatar for erietha88
0
937

The End.