I'll put this in for the production release of 1.7 > -----Original Message----- > From: HIGUCHI Akira [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 4:15 AM > To: [EMAIL PROTECTED] > Subject: Problem in Japanese environment > > > > Hello. > > I tried 1.7b3 in Japanese environment(JDK 1.3.1 + W2k), > however, Japanese fonts couldn't be displayed. > > In the method MainFrame.getCellRenderer(), > a font name is set to null. > Though java.awt.Font constructor argument allow null, > it is dependent on a platform where Japanese can be displayed. > I'd like you to specify the font name(ex. "Dialog"). > > > private TreeCellRenderer getCellRenderer() { > ... > rend.setFont(new Font(null,Font.PLAIN,11)); > ... > } > > -- > HIGUCHI Akira > [EMAIL PROTECTED] > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
