[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable [phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi)2010-07-12T09:32:12+01:00https://www.forum-gephi.org/app.php/feed/topic/3992010-07-12T09:32:12+01:002010-07-12T09:32:12+01:00https://www.forum-gephi.org/viewtopic.php?t=399&p=1167#p1167 You have special class named Installer that can be executed when your module is inited. That is how the Welcome Screen is working. You can go tot the Gephi source code, and have a look at "WelcomeScreen/Installer.java". The Welcome Screen uses a TopComponent but you simply create a JPopup there.
Create a new plugin, then Right-Click on your module, select "New > Module Development > Installer". Now you can write the code to create your popup and show it.
If you need to get the frame as parent you can do, after including "Window Systems API" as dependency:
]]>2010-07-09T18:35:03+01:002010-07-09T18:35:03+01:00https://www.forum-gephi.org/viewtopic.php?t=399&p=1146#p1146 I'd like to create a popup of some sort which gets initialized on program startup (very similar to the Welcome Screen). I know the Welcome Screen itself is made from AWT/Swing.
My question is about the core of Gephi. What calls the Welcome Screen, and can I put in something from a plugin in there? Thanks!
Statistics:Posted by Mountaineer — 09 Jul 2010 18:35