graphstream / gs-ui-swing

GraphStream Swing user interface
http://graphstream-project.org/
Other
25 stars 12 forks source link

Add multiline label support for nodes/sprites #14

Open smehta23 opened 2 years ago

smehta23 commented 2 years ago

Attemps to enable multiline labels for nodes/sprites in order to display label strings precisely as they are written (i.e. "\n..."would actually create a new line within the label and would place text "..." on that line). Clicks.java demonstrates this feature.