Visualization API Graphscene Settings
"laadams85" <[email protected]> Mon, 08 May 2017 02:11:45 +0000
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the welcome. I've always enjoyed using java and I hope to use the flexibility of the netbeans platform to make my programs more powerful. It has been painful for sure but that's ok. That looks like not a bad solution. A global singleton isn't the worst thing in the work. I was hoping for something more standard but that's not necessary. I'm thinking for the gridlines I may just add a background widget that draws the lines and also tie it into a custom pan and zoom action. These actions would expand the gridline widget if necessary as well as the scroll pane portions. The scene would then automatically expand the view component to accommodate the grid lines. It's not my favorite solution, but I don't think I can spend any more time digging through the api code.