Search:

Type: Posts; User: bytownbrooks

Search: Search took 0.13 seconds.

  1. Re: How to set the state of a radio button based on a configuration file.

    Here is the code. I am new to java so I may be doing something fundamentally wrong. The main is called from another JFrame

    private void getInputSettings()
    {
    String TxString;
    ...
  2. How to set the state of a radio button based on a configuration file.

    Hi,
    I am using Java Swing to create a GUI. I have some radio buttons on a JFrame that gets opened when the user makes a certain selection. I want to read a config file to have the radio buttons...
Results 1 to 2 of 2