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);