How to start a Java project with a closed JxTaskPane?

0

I have several JxTaskPane in a java application and I would like to know how to make the JxTaskPane to be closed when executing it

I already solved it in case some Christian needs it. JxTaskPane has a setCollapsed method that receives a boolean only send the method true when the application starts and ready xd

JxTaskPane.setCollapsed(true);  
    
asked by Jonathan 27.08.2017 в 19:52
source

1 answer

0

Have you tried using the setCollapsed method? of each JxTaskPane at the start of your application?

    
answered by 27.08.2017 в 20:40