Search:

Type: Posts; User: GoPro

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,193

    Help with Group Layout

    I am trying to create a group layout that looks like this:

    JLabel JTextField
    JLabel JComboBox

    For some reason when I run it, they are all on one line..
  2. Replies
    2
    Views
    1,694

    Print array with commas

    I want to loop through and print each value in the array. I want each int to be separated by commas but I don't want it to end with a comma.

    for (int i=k-1; i<n; i=i+k)
    ...
Results 1 to 2 of 2