0
Can anyone help me to Prgm a dropdown list in java..like if we touch gender button it should show male r female like that..
help me pls . i need to get that code
2 Answers
+ 3
SoloLearn does NOT support GUI. and here is not also StackOverflow.
If you just search it, you will get it so easily. LIKE:
https://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html
http://www.hubberspot.com/2012/05/how-to-use-combo-box-drop-down-list-in.html
http://www.java2s.com/Code/Java/Swing-JFC/Usingdropdownlists.htm
0
im creating an employee table..the task given to me is to add designation like a drop down table..can i add those combo box prgms in my already existing prgm?