1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Question Scene Builder for Spectre 2.0 embeddable GUI

Discussion in 'Developer Support' started by Salvation, Apr 23, 2016.

  1. Salvation

    Salvation First Bot Author

    Joined:
    Aug 7, 2013
    Messages:
    262
    Likes Received:
    68
    So I'm going to start writing bots again, but I don't know where to start with the embeddable GUI as I've never done that before.

    I would like to create the GUI using Scene Builder, but I'm not sure if that's possible. If it is, what should be the super class or container?
     
  2. qverkk

    Joined:
    Sep 22, 2015
    Messages:
    1,603
    Likes Received:
    381
    Try looking up proxi flax picker tutorial somewhere on forums. It's dedicated for Spectre and with embeddable ui, everything is commented out so you'll find out what to do ;d
     
    proxi likes this.
  3. Derk

    Derk 12 year old normie

    Joined:
    Jan 8, 2015
    Messages:
    2,766
    Likes Received:
    1,339
    Also, the skeleton you requested to be updated has now the embeddable UI.
     
  4. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Of course you can use scene builder to create the fxml (which is prefered, other than programmatically creating the gui).
    The class of the container/root does not matter, it can be any kind of Node.
     
    Salvation likes this.
  5. Salvation

    Salvation First Bot Author

    Joined:
    Aug 7, 2013
    Messages:
    262
    Likes Received:
    68

Share This Page

Loading...