Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21001 > unrolled thread
| Started by | joemannumber1@gmail.com |
|---|---|
| First post | 2013-01-05 15:07 -0800 |
| Last post | 2013-01-05 19:07 -0500 |
| Articles | 4 — 2 participants |
Back to article view | Back to comp.lang.java.programmer
Setting specific fonts in BlueJ joemannumber1@gmail.com - 2013-01-05 15:07 -0800
Re: Setting specific fonts in BlueJ Arne Vajhøj <arne@vajhoej.dk> - 2013-01-05 18:12 -0500
Re: Setting specific fonts in BlueJ joemannumber1@gmail.com - 2013-01-05 15:41 -0800
Re: Setting specific fonts in BlueJ Arne Vajhøj <arne@vajhoej.dk> - 2013-01-05 19:07 -0500
| From | joemannumber1@gmail.com |
|---|---|
| Date | 2013-01-05 15:07 -0800 |
| Subject | Setting specific fonts in BlueJ |
| Message-ID | <02d9b0d1-1732-4347-9b9f-a7bae42a14c3@googlegroups.com> |
I was directed here from the blueJ website, maybe you can help. I'm a pretty new programmer, and haven't done much, but that doesn't really matter, huh? Anyway, I was hoping you would know the mutator method for changing a text font in the blueJ program, or if it's even possible. I have a text, 'title', that has been declared and initialized, but I can't figure out how to alter the font.
[toc] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2013-01-05 18:12 -0500 |
| Message-ID | <50e8b36d$0$292$14726298@news.sunsite.dk> |
| In reply to | #21001 |
On 1/5/2013 6:07 PM, joemannumber1@gmail.com wrote: > I was directed here from the blueJ website, maybe you can help. I'm a > pretty new programmer, and haven't done much, but that doesn't really > matter, huh? > > Anyway, I was hoping you would know the mutator method for changing a > text font in the blueJ program, or if it's even possible. I have a > text, 'title', that has been declared and initialized, but I can't > figure out how to alter the font. Font where? Console app? Swing app? Arne
[toc] | [prev] | [next] | [standalone]
| From | joemannumber1@gmail.com |
|---|---|
| Date | 2013-01-05 15:41 -0800 |
| Message-ID | <38b26aff-1910-4e63-9f22-14062339ee98@googlegroups.com> |
| In reply to | #21002 |
> Font where? Console app? Swing app? I'm not sure any fonts are even 'installed' for lack of a better word in my program, the only thing I ever added to my blueJ program was something called objectdraw.jar, we import it before starting anything in a new class. I really don't know If need be, I can go on without changing the font.
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2013-01-05 19:07 -0500 |
| Message-ID | <50e8c060$0$285$14726298@news.sunsite.dk> |
| In reply to | #21003 |
On 1/5/2013 6:41 PM, joemannumber1@gmail.com wrote: >> Font where? Console app? Swing app? > > I'm not sure any fonts are even 'installed' for lack of a better word > in my program, the only thing I ever added to my blueJ program was > something called objectdraw.jar, we import it before starting > anything in a new class. > > I really don't know Do you use System.out.println? Or do you use JFrame, JPanel, JTextField, JLabel etc. ? Arne
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web