Creating a step

From PlayOnLinux
Jump to: navigation, search

This page explains how to extend PlayOnLinux SetupWizard with a new step

Create a new step representation

All the step views are in the package com.playonlinux.ui.javafximpl.setupwindow. The current classes are represented on this diagram:

Error creating thumbnail: File missing

First, choose the step you want to inheritate from. You must extend at least AbstractStepRepresentation