Search:

Type: Posts; User: Vinvar

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,654

    Re: Isometric (non tiled) background

    Thank you. You gave me some ideas how to do it. :) I will try it the next couple of days.
  2. Replies
    4
    Views
    2,654

    Isometric (non tiled) background

    Hi All,

    I was wondering. If you were to create a Isometric program with a ‘fixed’ background. How can this best be rendered?

    For example:
    3147
    Let’s say the screen is non scrollable. This...
  3. [SOLVED] Re: Is it wrong to create BufferedImage for using FontMetrics only?

    Great, thanks!
  4. [SOLVED] Re: Is it wrong to create BufferedImage for using FontMetrics only?

    And there goes everybody's respect of me as good Java 'developper'. :) Sorry, enthusiastic but noobish of me to 'forget' this. But, then I do not know if I understand you, correctly. You are saying...
  5. [SOLVED] Re: Is it wrong to create BufferedImage for using FontMetrics only?

    All the calculations needs to be done once and then they will not change. So, I think your solution will work. Thank you for this answer!
    Never thought of that (as I am a self taught java...
  6. [SOLVED] Is it wrong to create BufferedImage for using FontMetrics only?

    Hi All,

    I am hoping this is the right subforum as I could not find a 'Graphics' subforum.

    I have a question regarding initiating a BufferedImage just for the use of a FontMetrics. To be short:...
  7. Replies
    13
    Views
    4,017

    [SOLVED] Re: Algorithym to remove unnecessary points

    CL, thank you very much. Once again :)

    I solved it, see the solution below. Much better then the 50+ LoC I came up with (twice)!
    I do need to mention that in my case only the x OR y value can...
  8. Replies
    13
    Views
    4,017

    [SOLVED] Re: Algorithym to remove unnecessary points

    Thank you all for your quick reply. ChristopherLowe, thanks for the compliment about my question. :) Unfortunately, I am afraid the next questions will be noobish ones...

    The assumption was right:...
  9. Replies
    13
    Views
    4,017

    [SOLVED] Algorithym to remove unnecessary points

    Hi all,

    I have a class in which I convert a list of points to a polygon (and do some other things). Before adding the points to the polygon I would like to check if it is really necessary to add...
  10. Re: JScrollPane (/Scrollbar) not working on my grid

    I am sorry. Did not know that the forums where releated. I tried to delete the other thread. But I couldn't delete it (or this one). Feel free to delete one of them. :)

    Nonetheless, do you know...
  11. JScrollPane (/Scrollbar) not working on my grid

    I have the following code:


    import java.awt.*;
    import javax.swing.*;

    /**@name DApplet version 0.9
    * @made by Vinvar la Lece
    */
    public class TestForum extends JFrame {
Results 1 to 11 of 11