开发者

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

开发者 https://www.devze.com 2023-02-09 03:45 出处:网络
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 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

精彩评论

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