
-----------------------------------
Apito
Wed Apr 30, 2008 6:33 pm

Trouble with Font
-----------------------------------
I am having trouble with a font thing in Java. My class is using JCreator 1.4.2 I believe.

I am trying to change a section of my program to display in Wingdings, but for the life of me I cannot figure out how.

This is the section of code I have:


       public static String doZeStarz(double factor, double armsNum){
		String starz;
		starz = "";	
		
		double sniff = factor * armsNum;
		for (int x = 1; x 