I would include Chainsaw in a JPanel of my application, simply doing:
initLog4J Main chainsawMain = new Main() // chainsawMain is a JFrame... myPanel.add(chainsaw.getContentPane()); Unfortunatelly both initLog4J and Main are not public methods. So, I have to import (and maintain) all Chainsaw sources. Whay there is not a public Chainsaw constructor I can include whatever? Thank you very much Andrea
