Search:

Type: Posts; User: syregnar86

Search: Search took 0.09 seconds.

  1. Re: Need help editing the size of a JButton!?!?

    I was hoping I wouldn't have to do this but I can't get it to work by doing the set dimensions. I'm posting it all below here. I commented above the line where I was trying to set the dimensions of...
  2. Re: Need help editing the size of a JButton!?!?

    //This is where I am creating my mainPanel1 and mainPanel2 layout and borders.

    Border lineBorder = new LineBorder(Color.BLUE, 2);
    mainPanel1 = new JPanel(new GridLayout(4,1));
    ...
  3. Need help editing the size of a JButton!?!?

    My two buttons "Calculate" and "Translate" is taking up the entire portion of their respected panel when added. How can I shrink the size of the button so it looks normal?

    2279
Results 1 to 3 of 3