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

changing wsimport used by the IDE

2024-01-31 Thread Joseph Huber
Hello! I need to bring online a mothballed NB 8/Java 8 java application Ant-based project that accesses a 3rd party webservice. I am presently on NB 15 IDE and Java 17 (those can't change right now). An option is to just run against Java 8, which works fine, but our other tools use Java 17,

Viewing html files in a jar file

2024-01-16 Thread Joseph Huber
Hello! In the NetBeans IDE, if I go to the "Files" tab and examine a jar file that has some Javadoc, and right-click an html file in the jar file, there will be a "View" action in the context menu that pops up. This opens the html file in the external (system default) browser. It seems that

enabling javascript in the internal Netbeans browser

2024-01-12 Thread Joseph Huber
Hello! In my NetBeans platform application, I would like to display some Javadoc for a helper class in a separate tab using the internal NetBeans browser. The Javadoc is bundled up with the application. Opening a URL in the internal browser is described at

RE: How to make the IDE open Excel files with Excel?

2024-01-10 Thread Joseph Huber
ou! Joe Huber Standard Refrigeration LLC -Original Message- From: Neil C Smith Sent: Wednesday, January 10, 2024 12:03 PM To: Joseph Huber Cc: users@netbeans.apache.org Subject: Re: How to make the IDE open Excel files with Excel? [You don't often get email from neilcsm...@

Format used in Replace Code Format editor

2023-09-08 Thread Joseph Huber
Hello! Does anybody know where to change the default Replace Code Format, which is used for setting Swing control properties? It used to be: java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}") But now appears to be:

RE: Creating a new platform application: Maven or Ant?

2023-02-26 Thread Joseph Huber
I just finished doing what you are starting (moving a substantial NetBeans 8/Java 8 platform application to NetBeans 15/Java 17). In my case, I didn't have to "start over" like you are doing. The move was not trivial, and issues came up that required research to solve, but fortunately there

RE: Setting default toolbar appearance in Platform App

2022-12-23 Thread Joseph Huber
igeration LLC 2005 Reverchon Dr Arlington, TX 76017 Desk: 608-855-5808 Mobile: 682-777-8374 Email: jhu...@stanref.com From: Eirik Bakke Sent: Friday, December 23, 2022 5:49 AM To: Joseph Huber ; users@netbeans.apache.org Subject: RE: Setting default toolbar appearance in Platform App >From the b

RE: Setting default toolbar appearance in Platform App

2022-12-23 Thread Joseph Huber
. [cid:image002.png@01D916A4.5BAD6C40] Thank 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: Eirik Bakke Sent: Friday, December 23, 2022 5:49 AM To: Joseph Huber ; users@netbeans.apache.org Subject: RE

Setting default toolbar appearance in Platform App

2022-12-22 Thread Joseph Huber
Hello! In the branding module for my Netbeans Platform application, under |Toolbars, I have: File, Clipboard, Undo/Redo, Performance, and Standard. After a Clean and Build of my app, Clipboard will be turned off in the application, and all the others will be on, as shown below. How can I

RE: The Print Screen key and NetBeans

2022-11-02 Thread Joseph Huber
ltorg.com> Sent: Wednesday, November 2, 2022 2:48 PM To: Joseph Huber <mailto:jhu...@stanref.com.INVALID>; users@netbeans.apache.org<mailto:users@netbeans.apache.org> Subject: RE: The Print Screen key and NetBeans I tried this on Windows 11 and NetBeans 15 (on Java 17.0.3); I don't

RE: The Print Screen key and NetBeans

2022-11-02 Thread Joseph Huber
Interesting...I don't have Windows 11; am using Windows 10. Thank 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: Eirik Bakke Sent: Wednesday, November 2, 2022 2:48 PM To: Joseph Huber

The Print Screen key and NetBeans

2022-11-02 Thread Joseph Huber
In Windows, screen capture apps, like SnagIt and Greenshot, that capture the Print Screen key to trigger a screen shot don't work when NetBeans or NetBeans platform apps have the focus. In order to take a screenshot, one has to move the mouse to another application, hit the Print Screen key,

"java.xxx does not export yyy.zzz to unamed module" for NetBeans classes

2022-09-16 Thread Joseph Huber
Hello! I am in the process of converting my RCP app from NetBeans 8.2/Java 8 to NetBeans 15/Java 17. As I am debugging in NB15/J17, I am noticing a number of warnings such as below, this particular one being from a NetBeans module. In searching through the user list message archive, a couple

RE: problem with the Properties>Libraries window in NetBeans 15

2022-09-16 Thread Joseph Huber
September 15, 2022 10:06 AM To: Joseph Huber Cc: users@netbeans.apache.org Subject: Re: problem with the Properties>Libraries window in NetBeans 15 Hi, Please open an issue for this - https://netbeans.apache.org/participate/report-issue.html<https://nam10.safelinks.protection.outlook.com/

NetBeans 15 giving last used notification for NetBeans 11

2022-09-15 Thread Joseph Huber
Hi! I'm running NetBeans 15 from the zip distribution on Windows 10 Professional. Periodically, when I start the program, I get the notification "NetBeans 11 was last used X days ago." This message is also listed in the Notifications window. I don't have NetBeans 11 installed anymore. Is

problem with the Properties>Libraries window in NetBeans 15

2022-09-12 Thread Joseph Huber
Hello! I've been using NetBeans 15 for a few days on Windows 10 Pro. There seems to be an issue with the Properties>Libraries windows (Ant project) as shown below. After adding a certain number of libraires (somewhere around 5-7), the "+" signs for adding things to Modulepath and Classpath

RE: Hide Netbeans internal modules in "update center"

2022-01-03 Thread Joseph Huber
Alex, I am still using Netbeans 8, but I patched the Netbeans platform to allow the RCP application to intercept and modify the installed module list before it is displayed. For my application, different versions go to different customers with certain modules disabled, and this patch allows

Question regarding console INFO message from platform application

2020-09-21 Thread Joseph Huber
Hello! I have a Netbeans 8.2 platform application with just over 20 modules. Whenever the program starts (run or debug), I see the message down below in the console output. I have done numerous cleans/builds, looked through the various properties and xml files for that module, and I can't

RE: Font scaling on High Res displays

2020-06-26 Thread Joseph Huber
I have a Dell Precision 7720 laptop with the same issue. In Windows 10, you can adjust the scaling behavior for individual apps. Right-click on the shortcut for the app, select the “Compatibility” tab, and then click “Change high DPI settings” and switch between “System” and “Application”.

RE: Icons displayed for Netbeans Platform application on MacOS

2019-11-07 Thread Joseph Huber
gton, TX 76017 Cell: 682-777-8374 jhu...@stanref.com -Original Message- From: Joseph Huber Sent: Thursday, November 7, 2019 11:41 AM To: users@netbeans.apache.org Subject: RE: Icons displayed for Netbeans Platform application on MacOS From: Neil C Smith > Reminds me that t

RE: Icons displayed for Netbeans Platform application on MacOS

2019-11-07 Thread Joseph Huber
From: Neil C Smith > Reminds me that those dock icon and name arguments are set in the launcher > already > https://github.com/apache/netbeans/blob/master/harness/apisupport.harness/release/launchers/app.sh#L120 > Shows where it, by default, is looking for the icon. Be good if the dock >

RE: Icons displayed for Netbeans Platform application on MacOS

2019-11-07 Thread Joseph Huber
From: Andreas Ernst > I use this, i start my App at the moment from the Project/bin > > default_options="--branding tachyon -J-Xms256m -J-Xmx256m > -J-Dapple.laf.useScreenMenuBar=true > -J-Dapple.awt.graphics.UseQuartz=true > -J-Xdock:icon=$progdir/../$APPNAME/applicationIcon.icns >

RE: Icons displayed for Netbeans Platform application on MacOS

2019-11-06 Thread Joseph Huber
pplication on MacOS Hi Joseph, Am 05.11.19 um 03:59 schrieb Joseph Huber: > Hello! > > I've managed to get my Netbeans Platform (8.2) application running in > MacOS 10.15 Catalina (I know next to nothing about MacOS).  In Windows > 10 and Ubuntu 18.04, my application runs at a

Icons displayed for Netbeans Platform application on MacOS

2019-11-04 Thread Joseph Huber
Hello! I've managed to get my Netbeans Platform (8.2) application running in MacOS 10.15 Catalina (I know next to nothing about MacOS). In Windows 10 and Ubuntu 18.04, my application runs at all times using the icon I have branded it with. However, in MacOS, that is not the case. I am

RE: Updates don't be applied

2019-07-31 Thread Joseph Huber
Can you open an arbitrary command window and just try to run the command "/Applications/ISNet Cube.app/Contents/PlugIns/jdk8u212-b04-jre/Contents/Home/bin/unpack200"? It should output some usage help... Thank You! Joe Huber Standard Refrigeration LLC 2005 Reverchon Dr Arlington, TX 76017

RE: Trouble patching NetBeans 11.0 platform module

2019-05-09 Thread Joseph Huber
rom: arsi Sent: Thursday, May 9, 2019 3:09 AM To: users@netbeans.apache.org Cc: Joseph Huber Subject: Re: Trouble patching NetBeans 11.0 platform module Hi, I see no reason to compile the entire ANB when you need to change one class: Java Hacker's guide ;) Jar is a plain zip file and noth

RE: Trouble patching NetBeans 11.0 platform module

2019-05-09 Thread Joseph Huber
:07 PM To: Emilian Bold Cc: Joseph Huber ; users@netbeans.apache.org Subject: Re: Trouble patching NetBeans 11.0 platform module But the build should succeed anyway, i.e., I don't see JavaHelp absence blocking the build from succeeding for me. So, I'd advise to try the build again

RE: Trouble patching NetBeans 11.0 platform module

2019-05-08 Thread Joseph Huber
-netbeans-modules-masterfs-patches ArSi From: Joseph Huber <mailto:jhu...@stanref.com> Sent: Wednesday, May 08, 2019 11:30PM To: Geertjan Wielenga <mailto:geert...@apache.org> Cc: Users <mailto:users@netbeans.apache.org> Subject: RE: Trouble patc

RE: Trouble patching NetBeans 11.0 platform module

2019-05-08 Thread Joseph Huber
. Patching the zip previously worked fine. Thank You! Joe Huber Standard Refrigeration LLC 2005 Reverchon Dr Arlington, TX 76017 Cell: 682-777-8374 jhu...@stanref.com From: Geertjan Wielenga Sent: Wednesday, May 8, 2019 4:03 PM To: Joseph Huber Cc: users@netbeans.apache.org Subject: Re: Trouble

Trouble patching NetBeans 11.0 platform module

2019-05-08 Thread Joseph Huber
Hello! I am in the initial phase of trying to patch a NetBeans 11.0 platform module (which I have successfully done in NetBeans 8.2) per the procedure at http://wiki.netbeans.org/DevFaqOrphanedNetBeansOrgModules. I downloaded the 11.0 source from the links at

RE: Netbeans 10.0 - doesn't start

2019-02-19 Thread Joseph Huber
Hello Davide! In the reply to your question on stack overflow, there was a suggestion to check if netbeans is creating any kind of logs, i.e. C:\Users\[yourusername]\AppData\Roaming\NetBeans\10.0\var\log Did you happen to check that location to see if anything is there? I didn’t see any

Java Syntax checking problem/bug

2018-11-29 Thread Joseph Huber
Hello! Please see the screenshots below (hopefully they come through on the mailing list). I am working with Netbeans 8.2 in Windows 10. The variable "x1" is not defined, but Netbeans stops showing the hint identifying it as a problem after it encounters a particular statement. "x1" is

How to exclude generated sources from javadoc

2018-07-12 Thread Joseph Huber
Hello! I have a Netbeans 8.2/JDK 1.8/ant project that has a web service client. Unfortunately, JDK 1.8 wsimport generates invalid Javadoc code for JDK 1.8 javadoc. Thus, when Javadoc runs, there are numerous fatal errors in when Javadoc is processing the code generated by wsimport. I found

RE: Another Question

2018-06-13 Thread Joseph Huber
Mike, Just a simple thing to try... I actually ran into a similar problem yesterday with NB 8 when setting up a Web Services Client. I was pointed to the wsdl and the code using the web service had no errors, but wouldn't run or debug due to missing classes for the web service. I did a

RE: [GUI Editor]

2018-04-18 Thread Joseph Huber
Thanks a bunch! That did the trick! I think I looked at that setting tab, but must have just overlooked that setting. Thank again! Joe Huber