Search:

Type: Posts; User: petem86

Search: Search took 0.17 seconds.

  1. Replies
    4
    Views
    2,595

    Re: calling SingleFrameApplication

    public static void main(String[] args) throws Exception{
    launch(TradeBlotterApp.class, args);


    this line launches the TradeBlotterApp.class so i need to call this class from an if...
  2. Replies
    4
    Views
    2,595

    Re: calling SingleFrameApplication

    That is what i want to see when i call this GUI to open.



    private void initComponents() {

    mainPanel = new javax.swing.JPanel();
    jbtnSend = new javax.swing.JButton();
    ...
  3. Replies
    4
    Views
    2,595

    Re: calling SingleFrameApplication

    'tradeblotterapp', is a window with other GUI objects in it, obviously! But when its opened from this it doesn’t contain the rest of the GUI objects. This was made in NetBeans.

    As for your...
  4. Replies
    4
    Views
    2,595

    calling SingleFrameApplication

    ive a basic login that works from a database that says if member is there open another window...

    try {
    Class.forName("com.sybase.jdbc3.jdbc.SybDriver");
    con =...
Results 1 to 4 of 4