JTabbedPane unresponsive

14 views
Skip to first unread message

Martin Clifford

unread,
Jan 6, 2014, 7:40:21 AM1/6/14
to piccolo...@googlegroups.com

Has anyone encountered problems with a JTabbedPane on a PScrollPane?

My tabbed pane displays and zooms but I cannot change tabs.

Here is an extract from my code:

            // Create a Piccolo canvas

            PSwingCanvas canvas = new PSwingCanvas();

            canvas.setBackground(templatePanel.getBackground());

            canvas.setZoomEventHandler(null);    // turn off click and drag zoom control

            canvas.setPanEventHandler(null);     // turn off click and drag pan control

            canvas.getCamera().setViewScale(zoomFactor);  // Set the zoom factor

 

            // Create a Piccolo swing wrapper for the template

            PSwing swing = new PSwing(templatePanel);

            swing.translate(0, 0);

            canvas.getLayer().addChild(swing);

 

            // Create a Piccolo scroll pane for the canvas

            PScrollPane  scrollPane = new PScrollPane (canvas)

 In the above code snippet, templatePanel is a JPanel to which my tabbed pane has been added.

 Martin

Reply all
Reply to author
Forward
0 new messages