Losing instanceof variables when class renamed.

2021-07-10 Thread Owen Thomas
Hello. Thought this might be of interest. When using NB 12.4 with Java SE 16 SDK, I'm beginning to use the newly available enhancement to the instanceof operator. When I rename a class in which this operator is used, the renaming process seems to remove the variable name that follows the instance

Re: [java] "Initializing view, please wait" for Main class

2021-07-10 Thread Geertjan Wielenga
Each new release of NetBeans, whether LTS or minor, requires to be installed from scratch. Good to hear 12.4 does the job for you. Gj On Sat, 10 Jul 2021 at 17:39, Jeremy Connin wrote: > Hi Gj, > > Your suggestion to use 12.4 solved my problem. Everything works as > expected now. I had assu

Re: [java] "Initializing view, please wait" for Main class

2021-07-10 Thread Jeremy Connin
Hi Gj, Your suggestion to use 12.4 solved my problem.  Everything works as expected now.  I had assumed that I should use the 12.0 version because it said it was the LTS version.  I also had used the update function within the program and it told me it was up to date.  Either way, things run

Re: [java] "Initializing view, please wait" for Main class

2021-07-10 Thread Geertjan Wielenga
You could at least right-click the file and choose Run. Also, use 12.4, the latest release. Gj On Sat, 10 Jul 2021 at 17:19, Jeremy Connin wrote: > Hi Glenn, > > I'll send a couple examples, but the code can be anything. Here are two > examples, the first being a code from my textbook, the se

Re: [java] "Initializing view, please wait" for Main class

2021-07-10 Thread Jeremy Connin
Hi Glenn, I'll send a couple examples, but the code can be anything. Here are two examples, the first being a code from my textbook, the second being a very basic code in an attempt to "get it working." 1) https://pastebin.com/AzWy7Lc3 2) https://pastebin.com/sCAZMwQJ [image: image.png] On

Re: [java] "Initializing view, please wait" for Main class

2021-07-10 Thread Glenn Holmer
On 7/10/21 9:41 AM, Jeremy Connin wrote: I cannot get Netbeans 12.0 to find my Main Class in order to run any of the files I've created for my class. What can I do to get this working? Show us the code? -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the afterm

[java] "Initializing view, please wait" for Main class

2021-07-10 Thread Jeremy Connin
Hi Netbeans Users, I'm brand new to Netbeans and fairly new to Java. I am not, however, new to computers and troubleshooting. I'm frustrated that I can't solve this problem and I'm hoping for help. I cannot get Netbeans 12.0 to find my Main Class in order to run any of the files I've created for