Burp Suite User Forum

Create new post

JTree not rendering correctly with BurpSuite's Look And Feel

Tobias | Last updated: Jun 20, 2024 09:02AM UTC

I am working on improving on of our extensions and I noticed, that a JTree does not render correctly with the default look and feel of BurpSuite. Icons are missing and the indentation of individual notes are also not correctly displayed. As a workaround I have to override the look and feel for my JTree. But this is quite a hack: var lookAndFeel = UIManager.getLookAndFeel(); UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName()); SwingUtilities.updateComponentTreeUI(myJTree); UIManager.setLookAndFeel(lookAndFeel); Regards Tobias

Hannah, PortSwigger Agent | Last updated: Jun 20, 2024 02:14PM UTC

Hi Tobias Could you drop us an email at support@portswigger.net with some more information? Could you please include screenshots of the incorrectly-rendered JTree and how you would expect it to look? If you have any POC code, that would also be helpful.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.