aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Help on Changing font. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Help on Changing font." Watch "Help on Changing font." New topic
Author

Help on Changing font.

dhwani mathur
Ranch Hand

Joined: May 08, 2007
Posts: 621
Hi All


I am working on a swing application ,in which i proceed
as below

1)Get user input into a table in database using sql .
2)now i am writing this data from database to text file.
but while writing this data i want to change the font
of text i tried using



now i am confused on how i should change
font before writing to text file so that in text file i will
get a formatted data from database.

for writing i have used method



how can i overcome this problem ?any idea it will
be of great help.....

Thanks in advance.

Dhwani:>Winning is not important but it is the only thing.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
I can't quite make out what you're trying to do. You're retrieving data from a DB, and want to write that data to a file in a specific font size? What kind of format is that file in? Plain text files don't have a font size. And what does Swing have to do with it? Are you displaying the data as well?

Please elaborate on what you're trying to do.
[ April 03, 2008: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Help on Changing font.
 
Similar Threads
Problem while uploading an image using UploadBean
Need Help
Character encoding to insert TimesPhoneticIPA text into mysql database
how to embed Asian font while genrating PDF using FOP
Printing Database Records to an external printer/paper?