Hi,
i have designed a full english application. what i need now is to make it in arabic. sure i don't want to create new screens for arabic. I'm using netbeans. I've created all resource bundles. The problem is that i'm unable to let the screen (frames, labels, panels etc) switch to RTL. In fact i used component orientation, but what i need is if for example on the english screen i have label1 textbox1 label2 textbox2 => on the arabic one i want it to appear as textbox2 label2 textbox1 label1.
Is it possible??