Search:

Type: Posts; User: Qualitystreet

Search: Search took 0.09 seconds.

  1. Re: Adding data to a text box on another class

    ok to fix it i did the following

    public class guiwindow {

    protected Shell shell;
    public List lstItems;

    /**
    * Launch the application.
    * @param args
  2. Re: Adding data to a text box on another class

    ok thanks.

    So this is my main class where I have created what is now a ListBox and a button. When I click on the button I want to be able to load a set of results from a csv file and add them to...
  3. Adding data to a text box on another class

    Hi,

    I have a class that creates a GUI interface with a text box on it.
    I want to be able to add text into the text box from another class but I can't seem to do it.

    Does anyone have any...
Results 1 to 3 of 3