Text Fields in Ribbons? #494
Answered
by
kirill-grouchnikov
MichaelWDenney
asked this question in
Q&A
-
Can a component extending a JTextField be added to a JRibbonBand or JFlowRibbonBand? |
Beta Was this translation helpful? Give feedback.
Answered by
kirill-grouchnikov
Nov 15, 2024
Replies: 1 comment
-
Right now it's an "exercise for the reader". https://github.com/kirill-grouchnikov/radiance/tree/sunshine/component/src/main/java/org/pushingpixels/radiance/component/api/ribbon/synapse/projection has examples of how to extend core Swing components and expose them through the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MichaelWDenney
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now it's an "exercise for the reader". https://github.com/kirill-grouchnikov/radiance/tree/sunshine/component/src/main/java/org/pushingpixels/radiance/component/api/ribbon/synapse/projection has examples of how to extend core Swing components and expose them through the
ComponentProjection
andJRibbonBand.addRibbonComponent
+JFlowRibbonBand.addFlowComponent
APIs.