Search:

Type: Posts; User: luisp88

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    3,860

    [SOLVED] Re: sending a parameter to a new JDialog

    ok I found out my mistake, I was leaving uncommented the main part that calls the constructor inside the new JDialog class, but as I was opening the JDialog from another window, I didn't need the...
  2. Replies
    4
    Views
    3,860

    [SOLVED] Re: sending a parameter to a new JDialog

    I couldn't do it thru the constructor, so after I created the new JDialog instance and opened it, I sent the parameter thru a setMethod.
    It also works, so thanks anyway
  3. Replies
    4
    Views
    3,860

    [SOLVED] Re: sending a parameter to a new JDialog

    I want to send a parameter to the new JDialog opening window from the main JFrame window, ie a String.
  4. Replies
    4
    Views
    3,860

    [SOLVED] sending a parameter to a new JDialog

    Hello everyone, from my main window, I am opening a new JDialog window and I want to send a parameter from the main

    Opening the new window

    ExtensionUI extensionUI = new ExtensionUI(this, true);...
Results 1 to 4 of 4