A conundrum with seting Graphics font size
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Setting the font size is not working. This is the code:
However, in the same application the following works:
I have tried variations, Graphics2D, whatever. I don't know what I am doing wrong.
However, in the same application the following works:
I have tried variations, Graphics2D, whatever. I don't know what I am doing wrong.
Your help will be greatly appreciated,
Alejandro Barrero
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Post your SSCCE demonstrating the problem.
Alejandro Barrero
Ranch Hand
Posts: 502
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Rob:
These are my three classes:
These are my three classes:
Your help will be greatly appreciated,
Alejandro Barrero
Rob Camick
Rancher
Posts: 3325
32
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
That is NOT a SSCCE. Your question is about font size. You need to create a simple program that does some simple custom painting on a panel. It will probably be about 20-30 lines of code. Once you get that simple program working you can compare that code with your real program to see what the difference is. Once you know what the difference is you should be able to solve your problem.
Alejandro Barrero
Ranch Hand
Posts: 502
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Thank you for your patience Rob. I created a simple JPanel:
I put the panel in a form and it works fine. I am not claiming that the method dawString of Graphics doesn't work. My problem is that in the classes that I presented earlier it doesn't behave as expected and I don't know what I am doing wrong.
I put the panel in a form and it works fine. I am not claiming that the method dawString of Graphics doesn't work. My problem is that in the classes that I presented earlier it doesn't behave as expected and I don't know what I am doing wrong.
Your help will be greatly appreciated,
Alejandro Barrero
Rob Camick
Rancher
Posts: 3325
32
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
So then you start modifying the simple example so that it looks more like your real program. Then when it stops working you have isolated the problem. Then maybe we can help you.
Alejandro Barrero
Ranch Hand
Posts: 502
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Thank you Rob for your good advise. I removed code from my original classes and copied the code from the new class and now everything works. No w the problem is that I am not getting key pressed events in my new class, but it is so simple that I will post a new question with it.
Your help will be greatly appreciated,
Alejandro Barrero
| this is supposed to be a surprise, but it smells like a tiny ad: The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |









