The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

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