* Creates components displayed by this panel.
*/
private void createComponents(UserPreferences preferences) {
this.frontViewLabel = new JLabel(preferences.getLocalizedString(
ImportedFurnitureWizardStepsPanel.class, "frontViewLabel.text"));
Component3DManager canvas3DManager = Component3DManager.getInstance();
this.frontViewCanvas = canvas3DManager.getOnscreenCanvas3D();
this.sideViewLabel = new JLabel(preferences.getLocalizedString(
ImportedFurnitureWizardStepsPanel.class, "sideViewLabel.text"));
this.sideViewCanvas = canvas3DManager.getOnscreenCanvas3D();
this.topViewLabel = new JLabel(preferences.getLocalizedString(
ImportedFurnitureWizardStepsPanel.class, "topViewLabel.text"));
this.topViewCanvas = canvas3DManager.getOnscreenCanvas3D();
this.perspectiveViewLabel = new JLabel(preferences.getLocalizedString(
ImportedFurnitureWizardStepsPanel.class, "perspectiveViewLabel.text"));
setBorder(null);
// Add a hierarchy listener to link canvases to universe once this component is made visible