开发者

How to create a drop down list in java without swing using panel?

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();
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜