Thanks On Monday, February 25, 2019 at 8:24:54 PM UTC-5, [email protected] wrote: > > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE: NetBeans/Eclipse/IDEA NetBeans 8.2 > Desktop OS Windows 10 Pro > Simulator Latest > Device PC, Android IOS > > Is it possible to create a UIID with embedded text in Border as in > attached image? > > I have a Swing method I use to define a space more intuitively > > public void setScrollPaneTextAndBoxColors(JScrollPane > BorderTextColors, String Text, > int lintThickNess, int TextPositioning, java.awt.Font font, > Color Background, Color Foreground, int RaisesLowered) { > > BorderTextColors.setBorder(javax.swing.BorderFactory.createTitledBorder( > new javax.swing.border.LineBorder(Foreground, > lintThickNess, true), > Text, TextPositioning, > RaisesLowered, font, Background)); > } > > Regards > >
-- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/8fa8b2c7-74ae-4997-811d-766595c14aaf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
