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 while preserving vertical padding and plain text weight.static voidnormalizeTree(Component root) Recursively normalizes allJButtoninstances in a component tree.
-
Method Details
-
normalize
Narrows a button while preserving vertical padding and plain text weight. -
normalizeTree
Recursively normalizes allJButtoninstances in a component tree. -
configureExpandButton
Applies styling for compact expand/collapse glyph buttons.
-