sjPlot / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

Make all components multplataform #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use unitbar in windows/linux
2. try make a searsh field like mac in windows/linux
3.

What is the expected output? What do you see instead?
I expected see mac style gui, but no :(

What version of the product are you using? On what operating system?
0.9.5

Please provide any additional information below.
1)Make a big if in all exists components/UIs :

if (mac){
 // same actual code
}else {
 // draw mac interface/colors
}

2)construct a new look and feel, to use mac style in windows/linux

Original issue reported on code.google.com by dyorgio on 5 Jan 2010 at 11:42

GoogleCodeExporter commented 8 years ago
There are already projects aimed at doing this:

1) http://code.google.com/p/xswingx/
2) http://code.google.com/p/seaglass/

Original comment by kenneth....@gmail.com on 5 Jan 2010 at 8:39

GoogleCodeExporter commented 8 years ago
I want same UI in windows/linux
mac style in another plataform.
xswingx change UI conform plataform
seaglass is a good project, but not is mac style.
for exemple, itunes main window. is equals in mac and windows.

Original comment by dyorgio on 5 Jan 2010 at 10:59