//Flickr Button for the keyboard
MTSvgButton flickrButton = new MTSvgButton( "advanced" + MTApplication.separator + "flickrMT" + MTApplication.separator + "data" + MTApplication.separator
+ "Flickr_Logo.svg", app);
flickrButton.scale(0.4f, 0.4f, 1, new Vector3D(0,0,0), TransformSpace.LOCAL);
flickrButton.translate(new Vector3D(0, 15,0));
flickrButton.setBoundsPickingBehaviour(AbstractShape.BOUNDS_ONLY_CHECK);
//Add actionlistener to flickr button
flickrButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {