~tapaal-contributor/tapaal/update-zoom-percentage-on-ctrl+scroll-1785023

« back to all changes in this revision

Viewing changes to src/pipe/gui/handler/AnnotationNoteHandler.java

Merged bzr merge lp:~yrke/tapaal/placetransitionobjecthandler-refactor with cleanup 
and refactorings of elements and handlers

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
public class AnnotationNoteHandler extends NoteHandler {
22
22
 
23
 
        public AnnotationNoteHandler(Container contentpane, AnnotationNote note) {
24
 
                super(contentpane, note);
 
23
        public AnnotationNoteHandler(AnnotationNote note) {
 
24
                super(note);
25
25
                enablePopup = true;
26
26
        }
27
27