Search:

Type: Posts; User: vigneshwaran

Search: Search took 0.10 seconds.

  1. Re: Having trouble storing variable from JTextField

    Oh ok ok.. I'm new to here. I should let him solve. Anyway. Thanks 4 ur reply
  2. Re: Having trouble storing variable from JTextField

    @ Norm : What's the Mistake i did?

    --- Update ---

    I just corrected the mistake he did. Not Spoonfeeded.
  3. Re: Having trouble storing variable from JTextField

    public void deliveryWindow(){

    JFrame newFrame = new JFrame("Delivery Details");

    Container pane = getContentPane();
    newFrame.setLayout(new FlowLayout());
    newFrame.setSize(new Dimension(250,...
Results 1 to 3 of 4