Re: Issues/capabilities of the NetBeans GUI builder

2024-02-22 Thread Michael Bien
Hi, not everything has to use GroupLayout. Since you already have three tables in a JPanel, you can let that JPanel use any other layout manager which you prefer for the usercase. And yes, you could also write the code for the panel with the tables in it by hand if that is easier and still a

Issues/capabilities of the NetBeans GUI builder

2024-02-22 Thread Joseph Huber
Hello, I am modifying a small application that was designed with the NetBeans GUI builder. One of the JPanels displays three JTables side-by-side. The JTables have three columns and are inside of individual JScrollPanes. My task is to add more tables to display additional data. The JTable

Re: JavaDoc latest documentation

2024-02-22 Thread Owen Thomas
GTK :) On Fri, 23 Feb 2024 at 00:50, Arbol One wrote: > Yes! Very helpful. > Thanks so much. > On 2024-02-21 10:25 p.m., Owen Thomas wrote: > > > > On Thu, 22 Feb 2024 at 13:05, Arbol One wrote: > >> Is there a webpage anyone can recommend to get information about JavaDoc >> 17.0.10? >> >> TIA.

NetBeans Scala and Swing

2024-02-22 Thread John Parten
Hi Everyone, I am a "NetBeans Newbie", working on a Linux Fedora 38 Desktop workstation. I have "Java OpenJDK 17.0.9", "Scala 3.4.0" and "NetBeans IDE 20" installed. I would like to configure NetBeans so it has context sensitive help for Scala (eg when you hover or click a key word, info is d

Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Thank you. :) And maybe you have tips for Linux Mint how to find it? Op do 22 feb 2024 om 17:00 schreef Peter Hull : > On Thu, 22 Feb 2024 at 13:40, Bujdosó Gyula wrote: > > > > Thanks again, will try and find where I installed it. > > As long as it's on your path, on Windows powershell you can

Re: NetBeans Node.js issue

2024-02-22 Thread Peter Hull
On Thu, 22 Feb 2024 at 13:40, Bujdosó Gyula wrote: > > Thanks again, will try and find where I installed it. As long as it's on your path, on Windows powershell you can use command 'gcm', for example: > gcm node CommandType Name VersionSource --- ----- Applic

Re: JavaDoc latest documentation

2024-02-22 Thread Arbol One
Yes! Very helpful. Thanks so much. On 2024-02-21 10:25 p.m., Owen Thomas wrote: On Thu, 22 Feb 2024 at 13:05, Arbol One wrote: Is there a webpage anyone can recommend to get information about JavaDoc 17.0.10? TIA.  Perhaps this

Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Thanks again, will try and find where I installed it. Op do 22 feb 2024 om 14:27 schreef Mark Eggers : > That all depends on where you installed everything. > > 1. Node.js is where you installed it. > > Haven't installed Node.js? Then download the appropriate package for > your OS (or use the app

Re: NetBeans Node.js issue

2024-02-22 Thread Mark Eggers
That all depends on where you installed everything. 1. Node.js is where you installed it. Haven't installed Node.js? Then download the appropriate package for your OS (or use the appropriate package manager if you're on Linux), and install. I don't know what OS you are using, and the default

Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Sorry, maybe I was not specific: Where can I find the data that is needed to fill in the menu below: Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab) Op do 22 feb 2024 om 12:31 schreef Bujdosó Gyula : > Thank you! > > Op do 22 feb 2024 om 09:40 schreef Mark Eggers > : > >> On Ne

Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Thank you! Op do 22 feb 2024 om 09:40 schreef Mark Eggers : > On NetBeans 20: > > Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab) > > I doubt that it's been changed for NetBeans 21 (the latest). > > just my two cents . . . > > Mark > /mde/ > > On 2/21/2024 10:14 PM, Bujdosó Gyula

Re: NetBeans Node.js issue

2024-02-22 Thread Mark Eggers
On NetBeans 20: Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab) I doubt that it's been changed for NetBeans 21 (the latest). just my two cents . . . Mark /mde/ On 2/21/2024 10:14 PM, Bujdosó Gyula wrote: Dear Team, Maybe you have an idea, how I could determine and specify N