Search:

Type: Posts; User: bytownbrooks

Search: Search took 0.14 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...
  3. Message Buffers and Data Structures in Java

    Hi,
    I am fairly new to java and have an implementation question. I am trying to send/receive a message from a Java GUI through a socket to a process developed in C which will transmit/receive and...
  4. Replies
    5
    Views
    1,145

    Re: Java Architecture and Sub-GUIs

    Thanks for your quick response. Ultimately I am trying to achieve the second instance. Each "sub device GUI" will have its own configuration windows for the device in question. Ideally it will be...
  5. Replies
    5
    Views
    1,145

    Java Architecture and Sub-GUIs

    Hi,
    I am new to Java. I am trying to design a GUI using Java Swing that will allow me to configure multiple devices from one GUI.
    Effectively I am trying to create a top level GUI which...
Results 1 to 5 of 6