How to Set two fonts for a swing component (JoptionPane, JTable)
Nov 4, 2009 1:23 AM
Hi all,
I need to support two locales for JoptionPane or Jtable.
Let us assume a string "Steve! How are you?".
If I use JoptionPane, Then in this, "Steve!" Should come in English. and "How are you?". should come in Spanish.
In the Same way, if I use Jtable, and when It presents in a row for a particular column, the same format should be supported.(Both English and Spanish get displayed).