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.
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 ]