macOS unrespon

2024-04-15 Thread Juan Miguel Escribano
Hello there, First, I'm not sure if the problem is in Netbeans or in Java itself or even in macOS, but I wanted to comment it here to see if it happens to anyone else. My system: MacBook Pro 16’ M2 Pro, with macOS Sonoma 14.4.1 Netbeans 21 Java: 21.0.2; OpenJDK 64-Bit Server VM 21.0.2+13-LTS Th

Re: [python-plugin] How does one create custom "File Types" (i.e. - .py Template File) that I can re-use easily through the menu.

2024-04-15 Thread Albilu
You can achieve this via: Tools -> Templates -> Python => Duplicate One of the default template and modify as you want. Then it will be available in the New File creation menu Le 15/04/2024 à 05:18, Brandon Kastning a écrit : Fellow NetBeans 20 Linux-amd64 (debian-12.5.0-amd64; myself), [pyth

Re: Main class problem with Netbeans IDE 21

2024-04-15 Thread Brian Allison (ISSRS)
> On Apr 15, 2024, at 9:36 AM, Brian Allison (ISSRS) > wrote: > > > >> On Apr 15, 2024, at 5:16 AM, Helmut Leininger > > wrote: >> >> public JTextField tfISfile; >> public JTextField tfIfile; >> public JTextField tfIPfile; >> public

Re: Main class problem with Netbeans IDE 21

2024-04-15 Thread Helmut Leininger
Hi, after adding the declarations (quick and dirty)     public JTextField tfISfile;     public JTextField tfIfile;     public JTextField tfIPfile;     public JTextArea tbISfileinfo;     public JTextField tfRuns; It runs ok for me. Manifest is ok, can be run by double-click o