On 1/31/02 3:07 AM, "Costas Stergiou" <[EMAIL PROTECTED]> wrote:
> Hi all, > the following line > private static Properties skinProperties; > in the UIManager.java file > says that only one skinProperties object can exist in several > UIManager objects. > How can this be if different users want to use different skins? > I think it should not be static. > Please, give your commends or correct me if I am wrong. The UIManager was the first example of a pull tool and was designed to allow the application to have a skin, wasn't intended for use in conjunction with user preferences. Feel free to change it. > Thanks > Costas > -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
