0

Is it possible to create visual plugins in Netbeans, with Java?

With visual plugins, I mean plugins/extra features that can parse code and display visual representations. Of course, with me coding the visuals.

I have searched for it, but I don't know what to search for.

In other words; Is there a way of creating a GUI plugin for internal use in Netbeans, written in Java(with/without frameworks)?

Einar
  • 1,001
  • 3
  • 11
  • 28

1 Answers1

1

Yes. The NetBeans IDE is built on the NetBeans Platform:

https://netbeans.org/kb/trails/platform.html

https://netbeans.org/features/platform/

Puce
  • 37,247
  • 13
  • 80
  • 152