Skip to content

Conversation

@ksg97031
Copy link

@ksg97031 ksg97031 commented Apr 4, 2023

I have fixed the issue where the HTML code was not being reflected and was instead being displayed as is. To enable printing, please replace the 'html.disable' flag with 'null'.

panelTitle.setHorizontalAlignment(SwingConstants.LEFT);
JPanel basePanel = new JPanel();
basePanel.setLayout(new BorderLayout());
displayArea.putClientProperty("html.disable", null);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that client properties are removed when the UI changes. If Burp allows to dynamically change the L&F it will show the HTML after changing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants