Search:

Type: Posts; User: Onur

Search: Search took 0.10 seconds.

  1. Replies
    15
    Views
    6,068

    [SOLVED] Re: Creating Dynamically Radio Buttons, Labels

    728

    With gridbag layout it is easy to make a mistake/bug, it is so complex. So again i decided to use simple gird layout. I addedd 7 more panels to my main panel, and put the data into them...
  2. Replies
    15
    Views
    6,068

    [SOLVED] Re: Creating Dynamically Radio Buttons, Labels

    I thought that but grid layout is not allowed. So i will use gridbag layout, it is more complex and more flexible as read from an article. When i changed the code i will post again...Btw thank you...
  3. Replies
    15
    Views
    6,068

    [SOLVED] Re: Creating Dynamically Radio Buttons, Labels

    There are too much space beteween columns, i am trying to set 18 px but not effecting to GUI.
  4. Replies
    15
    Views
    6,068

    [SOLVED] Re: Creating Dynamically Radio Buttons, Labels

    SS means ScreenShot :)

    I almost solved the problem, but still need some changes. I am putting a screenshot and the code.

    Now the problem is horizontal gaps, i am studying on that, but still...
  5. Replies
    15
    Views
    6,068

    [SOLVED] Re: Creating Dynamically Radio Buttons, Labels

    Ok, i will give a simple explanation: i want to create 700 jradiobuttons and 700 jlabels. The appearance must be like a given SS which i put my previous post. So i am asking to you how can i create...
  6. Replies
    15
    Views
    6,068

    [SOLVED] Re: Creating Dynamically Radio Buttons, Labels

    690

    What i want to do is in the image, but my code adds only first row.
  7. Replies
    15
    Views
    6,068

    [SOLVED] Re: Creating Dynamically Radio Buttons, Labels

    I am asking what is the logic behind creating labels and buttons during the execution time. I added my code, this is adding only one row, i need to add 600 more rows. But can't figure out how to do...
  8. Replies
    15
    Views
    6,068

    [SOLVED] Re: Creating Dynamically Radio Buttons, Labels

    The exact issue is "How to create radiobuttons and labels dynamically ?", i want to create radiobuttons and labels during the execution. But, i don't know how to do.
  9. Replies
    15
    Views
    6,068

    [SOLVED] Creating Dynamically Radio Buttons, Labels

    Hi everybody,

    I am developing a desktop application which evaluates an excel file. In the excel file there are Course Titles, Course Codes etc. and my program has to list these cells with...
Results 1 to 9 of 9