Warning

2019-09-02 Thread mmouer
Why isn’t this handled automatically when moving a project from a previous JDK(10 to 12)? I would think especially when doing a Clean & Build using the latest version of the IDE(10.0 to 11.1). I’ve just recently begun using an IDE and have experienced several similar  problems that I think

Re: Subscribe

2019-08-22 Thread mmouer
Me too Best Regards, Michael On Aug 21, 2019, 23:10 -0700, Tobias Oelgarte , wrote: > I have the same issue. It's now the second time that i get this bouncing > message. > > Am 21.08.2019 um 06:11 schrieb Efrem Mc: > > Subscribe > > > > > > Not sure why it is bouncing > > > > >

Re: Run

2019-08-18 Thread mmouer
I went back to 11.0 and they all run fine. Best Regards, Michael On Aug 18, 2019, 3:40 PM -0700, mmo...@me.com.INVALID, wrote: > I’ve done something simple but I don’t know what. > > I’m using 11.1 and suddenly none of my projects run anymore. > > They build but don’t run. > > Best Regards, > >

Run

2019-08-18 Thread mmouer
I’ve done something simple but I don’t know what. I’m using 11.1 and suddenly none of my projects run anymore. They build but don’t run. Best Regards, Michael

Nashorn

2019-08-10 Thread mmouer
I keep getting this warning: Warning: Nashorn engine is planned to be removed from a future JDK release Warning: Nashorn engine is planned to be removed from a future JDK release Warning: Nashorn engine is planned to be removed from a future JDK release I understand the Nashorn engine has to do

Update Center

2019-08-04 Thread mmouer
Here’s a screenshot of the available plugins. Where is the update center? Best Regards, Michael 20190804 - ScreenShot - Available Plugins.pdf Description: Binary data - To unsubscribe, e-mail:

C++

2019-08-03 Thread mmouer
I’m using NetBeans 11.0. Is C++ no longer supported? I can’t seem to find the PlugIn. Best Regards, Michael

Re: JTable - Null Pointer - GUI editor

2019-06-26 Thread mmouer
This is the generated code: private void initComponents() {         jScrollPane1 = new javax.swing.JScrollPane();         scriptTable = new javax.swing.JTable();         setSize(new java.awt.Dimension(200, 200));         scriptTable.setModel(new javax.swing.table.DefaultTableModel(            

JTable - Null Pointer - GUI editor

2019-06-25 Thread mmouer
I placed a JTable, on a JScrollPane on a JInternalFrame, using the default DefaultTableModel. When I try and load data into the model I get a java.lang.NullPointerException. scriptTable.setValueAt(num, row, 2); The table is initialized in the constructor method InitComponents. Any idea what

jFrame - jDesktopPane

2019-06-21 Thread mmouer
I’m new to NetBeans GUI design and of course I’m having a problem. I created an Ant JFrame project and put a JDesktopPane on top. I’ve dragged 2 internal frames, a panel and a couple of buttons. Looking at the source variables have been generated but they are not visible in design mode. I’ve

jTestField

2019-06-10 Thread mmouer
I hope you folks will bear with me. It’s been 12 years since I retired and used Java and I never coded the GUI. My job was the backend. I’ve designed the form using NetBeans and it does most of the work. But I’m having trouble with events and focus in jTextField. Entering data and depressing

jdbc

2019-06-09 Thread mmouer
> Thanks Juan, you’ve helped an old dog learn new tricks. > > Michael > > Hi, > > I’m using MySQL driver in several projects with Netbeans 11 and I have no > problem. > > Perhaps you are using > > Class.forName(“com.mysql.cj.jdbc.Driver”); > > that is not necessary any more? > > You only need add

jdbc

2019-06-08 Thread mmouer
I keep getting java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver. in both 10 & 11. I have no trouble connecting through services. I have looked everywhere and followed numerous examples and tutorials but to no avail. When I started I had a full head of air, now I’m almost bald. HELP

jdbc

2019-06-08 Thread mmouer
OK, simple question, I keep getting java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver. in both 10 & 11. I have no trouble connecting through services. I have looked everywhere and followed numerous examples and tutorials but to no avail. When I started I had a full head of air, now