Class ButtonStyles
java.lang.Object
ai.attackframework.tools.burp.ui.primitives.ButtonStyles
Shared button styling helpers for consistent button width and text weight.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidconfigureExpandButton(JButton button) Applies styling for compact expand/collapse glyph buttons.static voidNarrows a button by reducing left/right padding while keeping vertical padding, and forces plain (non-bold) font.static voidnormalizeTree(Component root) Recursively normalizes all JButton instances in a component tree.
-
Method Details
-
normalize
Narrows a button by reducing left/right padding while keeping vertical padding, and forces plain (non-bold) font. -
normalizeTree
Recursively normalizes all JButton instances in a component tree. -
configureExpandButton
Applies styling for compact expand/collapse glyph buttons.
-