Re: Apache NetBeans 20 released - Java Versions

2023-12-21 Thread Judi Rastall
find JDK8 and can it use the default. I click 'yes' and all is well. I have found how to point NB to JDK21 at project level but I cannot find a way to switch this at global level. Is there an environment variable I need to know about here? Judi Rastall On 20/12/2023 11:53, Michael Bien w

Re: Apache NetBeans 20 released - Java Versions

2023-12-19 Thread Judi Rastall
attention to JDK21 from Oracle and cross my fingers and hope that my current project survives the sudden upgrade. By the way, the app I'm working on is described at wagonflow.co.uk if anyone's interested. Regards, Judi Rastall On 19/12/2023 23:25, Scott Palmer wrote: Some of this confusion

Re: [ANNOUNCE] Apache NetBeans 20 released

2023-12-18 Thread Judi Rastall
-bit computers if there's a "newer" or "higher" version available? And where might i find that if it's not on the java.com website? Confused.com Judi Rastall On 18/12/2023 17:36, Neil C Smith wrote: On Mon, 18 Dec 2023 at 17:23, Judi Rastall wrote: I am confused and I

Re: [ANNOUNCE] Apache NetBeans 20 released

2023-12-18 Thread Judi Rastall
for updates, and it tells me I have the latest version. I go to the official Java website and it says Version 8 build 391 is their latest release. What is going on here? I am running Win 10 on Intel hardware. I guess I'll be staying with NetBeans v18 for now ... Regards, Judi Rastall On 18/12

Re: The Print Screen key and NetBeans

2022-11-02 Thread Judi Rastall
You! Joe Huber Standard Refrigeration LLC 2005 Reverchon Dr Arlington, TX  76017 Desk: 608-855-5808 Mobile: 682-777-8374 Email: jhu...@stanref.com *From:* Judi Rastall *Sent:* Wednesday, November 2, 2022 3:52 PM *To:* users@netbeans.apache.org *Subject:* Re: The Print Screen key

Re: The Print Screen key and NetBeans

2022-11-02 Thread Judi Rastall
I am running Windows 10 and printscreen works as expected for me. That's within Netbeans and when running the compiled app. Judi Rastall On 02/11/2022 19:52, Joseph Huber wrote: Interesting…I don’t have Windows 11; am using Windows 10. Thank You! Joe Huber Standard Refrigeration LLC

Re: Error Highlighting in NetBeans Editor

2021-05-08 Thread Judi Rastall
issues and this was the fix. HTH Andy *From:* Judi Rastall *Sent:* 08 May 2021 18:43 *To:* users@netbeans.apache.org *Subject:* Error Highlighting in NetBeans Editor I am pulling my hair out on this one. I am using Apache

Error Highlighting in NetBeans Editor

2021-05-08 Thread Judi Rastall
I am pulling my hair out on this one. I am using Apache NetBeans IDE 12.3 and have always loved it ... until recently. It always used to highlight warnings in my code with yellow underlining and errors with red underlining and there would be little coloured ticks down the right-hand margin

Re: Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread Judi Rastall
Yes, I found something similar when I upgraded a while back. A couple of projects that built and ran perfectly well under V11 threw up all sorts of errors with V12. I am still trying to learn Java and I put it down to my incompetence and haven't managed to work out what I need to change to

Re: Statement of disappointment

2020-03-10 Thread Judi Rastall
, Judi Rastall <mailto:j...@rastall.com>> wrote: I have been doing some digging around and the first line where an image is called is the line identified as giving the error. However, this is part of the code generated by Netbeans when I created the panel using the desig

Re: Statement of disappointment

2020-03-10 Thread Judi Rastall
going on trying to learn Java at all is the goal of "write & compile once, run anywhere". Judi On 09/03/2020 18:14, Neil C Smith wrote: On Mon, 9 Mar 2020 at 17:58, Judi Rastall wrote: Trying to run from the CMD prompt, I see this error message: Exception i

Re: Statement of disappointment

2020-03-09 Thread Judi Rastall
07, mixed mode, sharing) Why will a program that runs perfectly well within the IDE fail to run when compiles? Judi On 09/03/2020 16:09, Geertjan Wielenga wrote: Give us some idea of what the problems are, and maybe we can help? Gj On Mon, Mar 9, 2020 at 5:07 PM Judi Rastall <mailto:j...

Re: Statement of disappointment

2020-03-09 Thread Judi Rastall
I have to admit I'm on the point of giving up with Netbeans 11. Programs that used to compile quite happily with V8 no longer compile. I am using images in a subdirectory and the V11 compiler cannot find them so I get null exceptions and it sulks. Judi On 09/03/2020 15:52, Chris Olsen wrote:

Re: Loading and Displaying Images

2019-09-17 Thread Judi Rastall
;src" directory when starting a new project. But I'm puzzled at having "wagonflow5" at two levels. Judi R On 17/09/2019 14:59, Judi Rastall wrote: I am working on an application that needs to load various images and there seem to be a million different ways to do this in the

Re: Loading and Displaying Images

2019-09-17 Thread Judi Rastall
jar tf nonWorkingJarFile.jar > l2; diff l1 l2.  This might help you see if, for whatever reason, the images didn't make it into your current jar file. Good luck. Tom On Tue, Sep 17, 2019 at 9:59 AM Judi Rastall <mailto:j...@rastall.com>> wrote: I am working on an applica

Loading and Displaying Images

2019-09-17 Thread Judi Rastall
I am working on an application that needs to load various images and there seem to be a million different ways to do this in the examples I have found online. The method I have found to work most reliably until recently is this: LogoLabel.setIcon(new

Re: Releasing a Netbeans platform application to the general public

2019-09-17 Thread Judi Rastall
I have been following this thread with interest as I am building a project for distribution into the hobby market. I am a hobbyist and I am having to learn Java along the way but that's another story. I thought the whole point of Java is that it is cross-platform and that each user would