S
Suschi
Gast
hy, ich hab mir die Synthtica view gesogen.... bei der anleitung steht ich müsse:
import de.javasoft.plaf.synthetica.SyntheticaStandardLookAndFeel;
einbinden, damit di view gechanged wird...
hab isch alles gemacht ... jedoch ist (new SyntheticaStandardLookAndFeel()) rot unterstrichen und steht "cannot resolve methode "setLookAndFeel()"... aber wiso... ?
wenn ich :
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
mache für das standard windows look and feel funzt alles problemlos...
doch bei:
UIManager.setLookAndFeel(new SyntheticaStandardLookAndFeel()); --> geht nicht
ich habe auch alles für das Synthitca importiert.... wiso läufts nicht ? weiss da jemand bescheid... ?
thx
import de.javasoft.plaf.synthetica.SyntheticaStandardLookAndFeel;
Code:
try
{
UIManager.setLookAndFeel(new SyntheticaStandardLookAndFeel());
}
catch (Exception e)
{
e.printStackTrace();
}
einbinden, damit di view gechanged wird...
hab isch alles gemacht ... jedoch ist (new SyntheticaStandardLookAndFeel()) rot unterstrichen und steht "cannot resolve methode "setLookAndFeel()"... aber wiso... ?
wenn ich :
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
mache für das standard windows look and feel funzt alles problemlos...
doch bei:
UIManager.setLookAndFeel(new SyntheticaStandardLookAndFeel()); --> geht nicht
ich habe auch alles für das Synthitca importiert.... wiso läufts nicht ? weiss da jemand bescheid... ?
thx