I have to figure out how to create a drop down panel without using swing. Is anything like this online? Can anyone send me a link. Point me in开发者_如何学运维 a good direction.
I can use AWT.
AWT has the Choice class.
Choice myChoice = new Choice();
I have to figure out how to create a drop down panel without using swing. Is anything like this online? Can anyone send me a link. Point me in开发者_如何学运维 a good direction.
I can use AWT.
AWT has the Choice class.
Choice myChoice = new Choice();
精彩评论