posted 18 years ago
hi
i have a probelm :
In windows the text in Jlabel is displayed correctely like
HI Iyappan
while in solaris the text get truncated and displayed like this
HI Iyp. . .
i attach source
. . .
getContentPane().setLayout(null);
l1=new JLabel("HI Iyappan");
getContentPane().add(l1);
getContentPane().add(l2);
l1.setBounds(100,10,40,15);
. . .
urgent pls give solution .