Java MS Word-like Application
        Posted  
        
            by Halo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Halo
        
        
        
        Published on 2010-03-08T17:27:16Z
        Indexed on 
            2010/03/08
            17:36 UTC
        
        
        Read the original article
        Hit count: 568
        
You know in MS Word, you can write text and draw&put shapes anywhere you want.. in the text when you hit enter and get to a new line, the shapes below your cursor also moves down one line? I want to implement that property in Java on a pane, using components as the shapes and text. How can I provide absolute positioning for shapes but at the same time preserve the space between them? I'll appreciate any idea, cause I'm almost out of ideas.
© Stack Overflow or respective owner