hi
how would i add the following code to the end of the JFrame, as at the top I have three JMenu and in middle nothing : -
JLabel label = new JLabel("My Status");
JComboBox mycom = new JComboBox();
mycom.addItem("Online");
mycom.addItem("Busy");
mycom.addItem("Away");
thanks