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 codenameone-discussions+unsubscr...@googlegroups.com.
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/4c471f02-93ef-4199-a0bf-772b9fe614ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to