Re: What is GLib and GtkWidget?

2020-05-23 Thread Bayless Kirtley
Thanks for the education Ty. I now understand the Glib is necessary and not something Netbeans has introduced. It does seem strange that the programs still seem to run properly and display just fine. Maybe I'll try to reinstall Glib then. Bayless On 5/23/20 11:42 AM, Ty Young wrote: On

Re: What is GLib and GtkWidget?

2020-05-23 Thread Bayless Kirtley
Thanks for the answer Neil. At least now I know to look elsewhere, maybe reinstall Glib? Bayless On 5/23/20 11:13 AM, Neil C Smith wrote: On Sat, 23 May 2020, 16:57 Bayless Kirtley, > wrote: On googling, I find that  GTK is a tool kit that I have never

Re: What is GLib and GtkWidget?

2020-05-23 Thread Ty Young
On 5/13/20 9:03 AM, Bayless Kirtley wrote: I'm still getting multiple error messages whenever I run a Java project under Netbeans 11.1 on Linux Mint 19.3, OpenJDK 8. These are samples of the messages. (java:3065): GLib-GObject-WARNING **: 08:52:31.588: ../../../../gobject/gsignal.c:1253:

Compiler warnings

2020-05-23 Thread HRH
Hi,Using the Netbeans 12 beta 4. I am getting a compiler warning on a Main Class: Compiler warning: " Class uses unchecked or unsafe operation. Note: Recompile with -Xlint:unchecked for details". In the Run->Set project Configuration->Customize->Build->Compiling->Run Compilation with

Re: What is GLib and GtkWidget?

2020-05-23 Thread Neil C Smith
On Sat, 23 May 2020, 16:57 Bayless Kirtley, wrote: > On googling, I find that GTK is a tool kit that I have never > intentionally used for anything. It also relates to graphical interfaces > for C programs. > It's also used by OpenJDK for the native look and feel on Linux. This has nothing

Re: What is GLib and GtkWidget?

2020-05-23 Thread Bayless Kirtley
On googling, I find that  GTK is a tool kit that I have never intentionally used for anything. It also relates to graphical interfaces for C programs. My programs are all 100% Java, including any database engines. Is this something that Netbeans secretly used at some time but no longer

Re: API key storage best practices: help from NetBeans?

2020-05-23 Thread Emilian Bold
> ¿Does netbeans provide a "keyring" of some sorts where user credentials are stored, and is such a store accessible through an API? http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-keyring/overview-summary.html > Actually this has nothing to do with IDEs and am not aware of any that