Re: Missing FontSelectionBase.java
Brought to you by:
zander
|
From: <ro...@va...> - 2006-01-06 14:09:29
|
Hi Jesse, In all examples the ....Base.java files are generated classes. They are generated from .ui files, created by designer. There are 3 ways to create these files: 1. with ant (see the examples) 2. by hand (use the uic.UIC class) 3. By maven (this is currently in development and not completly perfect yet, but I use it in many projects) Normally we provide an ant file and you should be able to call ant compile. This would create the java file(s). Hope this help. =Roy > I can't find the java source file for FontSelectionBase... where is it? > > --Jesse Barnum, President, 360Works > http://www.360works.com > (770) 234-9293 > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files for problems? Stop! Download the new AJAX search engine that > makes searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > [INVALID FOOTER] |