Revision 20356

View differences:

trunk/extensions/extAnimationGUI/src/com/iver/ai2/animationgui/gui/document/Animation.java
226 226
		if (captureKeyFrameButton == null) {
227 227
			captureKeyFrameButton = new JButton();
228 228
			// path where are the image to load in the button.
229
			imageCameraKeyFrame = new ImageIcon(buttonPath + "camera_add.png");
229
			imageCameraKeyFrame = new ImageIcon(buttonPath + "camera_link.png");
230 230
			captureKeyFrameButton.setIcon(imageCameraKeyFrame);
231 231
			captureKeyFrameButton.setActionCommand("CAMERA_KEY_FRAME");
232 232
			captureKeyFrameButton.addActionListener(this);
......
244 244
		if (captureLayerStateButton == null) {
245 245
			captureLayerStateButton = new JButton();
246 246
			// path where are the image to load in the button.
247
			imageLayer = new ImageIcon(buttonPath + "camera_edit.png");
247
			imageLayer = new ImageIcon(buttonPath + "trans6.png");
248 248
			captureLayerStateButton.setIcon(imageLayer);
249 249
			captureLayerStateButton.setActionCommand("LAYER_PROPERTIES");
250 250
			captureLayerStateButton.addActionListener(this);
......
262 262
			animationControl = new JButton();
263 263
			// path where are the image to load in the button.
264 264
			imageAnimationControl = new ImageIcon(buttonPath
265
					+ "camera_link.png");
265
					+ "camera_edit.png");
266 266
			animationControl.setIcon(imageAnimationControl);
267 267
			animationControl.setActionCommand("ANIMATION_CONTROL");
268 268
			animationControl.addActionListener(this);

Also available in: Unified diff