The Java SE don’t have a iPhone like segment button. So, I would like to create my own segment button using Java. But my question is…how can I do a customized UI instead of using default UI? Any ideas on how to implement it or where can I start? Thanks.
Share
You’ll have to implement your own LaF. Here’s a decent “how to” to get you started.
Happy coding!