~tapaal-contributor/tapaal/display-shared-places-transitions-1879126

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/gui/components/MultiLineAutoWrappingToolTip.java

merged in lp:~yrke/tapaal/testbranch-syntaxOnlyChanges only reformating, no semantic changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import javax.swing.JToolTip;
4
4
 
5
5
public class MultiLineAutoWrappingToolTip extends JToolTip {
6
 
        private static final long serialVersionUID = 367044372428497513L;
7
6
        
8
7
        public MultiLineAutoWrappingToolTip() {
9
8
            updateUI();