Creating a step

From PlayOnLinux
Revision as of 23:37, 29 April 2015 by Tinou (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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