yarl / vicuna

Tool for uploading files to Wikimedia Commons and other Wikimedia projects
http://yarl.github.io/vicuna/
43 stars 23 forks source link

RTL Support #28

Closed ebraminio closed 10 years ago

ebraminio commented 10 years ago

This is incomplete RTL support for vicuna 2013-11-13 16_22_25-vicuna - netbeans ide 7 4 I just fixed first menu. It seems better approach to setComponentOriention for all components is using some factory abstraction to automatic set all components orientations.

ebraminio commented 10 years ago

By the way, please use Alt+Shift+F on netbeans to format all source codes.

yarl commented 10 years ago

Merged, thanks!

ebraminio commented 10 years ago

But please add x.setComponentOrientation(getComponentOrientation()) for other components. I just did for first menu (File).