I have right to left JFrame in swing with netbeans. there is radio button in it which is setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT)
. When I execute the program the orientation is fine. but in GUI builder it shows like this:
Is this netbeans problem? Can it be resolved?