Questions tagged [openide]

19 questions
0
votes
1 answer

tooltip causing deadlock in swing/netbeans-rcp

I have a netbeans platform based app. It has an outlineview, with several columns. when i have my app maximised. and hover over the right most column to display the tooltip (that has to be adjusted due to end of screen). the application hangs (or…
Mikael Sundberg
  • 783
  • 1
  • 7
  • 17
0
votes
1 answer

How do I make a global lookup context?

I am making an Openide application that uses several windows to view the same document, and I want to make it so the save button is enabled in every window if it is enabled. How do I do that?
BrainStorm.exe
  • 1,565
  • 3
  • 23
  • 40
0
votes
1 answer

How to position folder in Openide Layer

I want to put a sub-menu in my file menu. Writing the class doesn't work, so I put a folder in my module's layer.xml. Now I can't specify where to put it. How do specify the location of a sub-menu folder in layer.xml?
BrainStorm.exe
  • 1,565
  • 3
  • 23
  • 40
0
votes
1 answer

Old service provider persists after clean and build

I'm using org.openide.util.Lookup as a standalone library in an application (not a NetBeans Platform Application). Everywhere I look it says that you can get rid of META-INF/services entries from old classes that used the @ServiceProvider annotation…
Angie
  • 115
  • 1
  • 2
  • 10
1
2