Hi, it's ne again. I'v been trying to get my awt-class to function
properly since the last mail I posted.
I still get the same errors though I have ripped the class to pieces.

HELP

This is how my class looks like now:

import java.awt.*;
import java.lang.*;
import java.util.*;
import java.io.*;

public class onegraphical extends Frame {

  public static void main(String [] args) {

    Frame f = new onegraphical();
    f.setSize(450,210);
    f.show();
  }
  public onegraphical()
    {
    }
}



This is the error-messages:

Font specified in font.properties not found
[-monotype-arial-regular-r-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-bold-i---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-monotype-times new
roman-bold-r---*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-times new
roman-regular-r---*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-regular-i---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-regular-i---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-bold-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-regular-r---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-regular-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-bold-r-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-bold-i---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-bold-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-times new
roman-regular-i---*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-regular-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-times new
roman-bold-i---*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-bold-r---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-bold-r---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-monotype-courier
new-regular-r---*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-regular-r-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found
[-monotype-arial-bold-r-normal--*-%d-*-*-p-*-iso8859-1]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to