Hi John,
Good to hear that you are using Maven. This makes life simpler.
On a project which is Maven-based you do as follows:
In the Projects window in the IDE locate your project and specifically
the tree node named "Dependencies". Now right-click that node and
select "Download sources". This wi
My application is about 500K lines of code and very dependent on Swing
and Graphics2D, so that's not really an option.
Jeremy
On 2/4/22 14:39, Chuck Davis wrote:
You might want to begin the migration to JavaFX. It has a very good
binding capability. There's a learning curve but well worth the
You might want to begin the migration to JavaFX. It has a very good
binding capability. There's a learning curve but well worth the effort.
Build your dialogs with Scene Builder and load them into your Java program
with FXMLLoader. Distribution takes a little more effort but, again, well
worth t
The bindings library is GPL licensed and cannot be distributed with
Apache NetBeans (Apache License). Bindings support was dropped in 2019,
AFAIR.
There's https://github.com/emilianbold/nb-apache-form-binding you may
want to try.
Cheers,
Antonio
El 4/2/22 a las 17:27, Jeremy Faden CS escrib
Hi Lars, I use Maven and, while not an expert, use it to (for example) to check for latest versions – e.g. mvn versions:use-latest-releases and so have automated the tasks that I find useful. This only takes me a few seconds to do and, as I am only developing locally as a hobby, I do this regularly
I've recently upgraded to Netbeans 12.6 after working with Netbeans 8
for years. Everything is working smoothly, but I just noticed that any
of my GUIs which used bindings before cannot be edited in the GUI
builder and I see that when I make a new GUI, I no longer have the
option to add bindin
Good afternoon, I am running the latest versions of NetBeans (12.6), JDK 17 and MS-SQL JDBC driver 10.2 on Windows 10. I want to integrate the JDBC sources into NetBeans so that, if I on a method (e.g. setAutoCommit of java.sql.Connection.setAutoCommit(boolean), NetBeans will take me to the source
May want to check out the following:
https://cwiki.apache.org/confluence/display/NETBEANS/Adding+New+Language+Support
Also can reach out to the d...@netbeans.apache.org for more help.
Eric Bresie
ebre...@gmail.com
On Tue, Oct 26, 2021 at 7:08 AM Joo wrote:
> Hello!
>
> Netbeans has a LSP ser
In more recent JDKs, the pack200 has been removed from the JDK itself as of
JDK 14 I believe (see https://openjdk.java.net/jeps/367). As such, it may
be necessary to locate another earlier version (maybe JDK 11 or 8 the
previous Long Term releases) of the JDK where the unpack200 is still
present.
Apparently for maven projects, there is a "settings.xml" file (in my case
found in my user home's .m2 folder) which defines the netbeans-ide platform
profile and where it is located.
Eric Bresie
ebre...@gmail.com
On Sun, Jan 16, 2022 at 10:06 AM Eric Bresie wrote:
> Looking in the console duri
How can I add external source code (file.java) to my project?
All the information I found is related to adding libraries (file.jar)
to the project, which I have already done (thanks folks).
TIA.
-
To unsubscribe, e-mail: users-u
11 matches
Mail list logo