HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
688 stars 129 forks source link

refactors to separate LCDField from AmpSkin #122

Closed WolfgangFahl closed 7 years ago

WolfgangFahl commented 7 years ago

as requested in #121 but based on a different skin. By separating the code for the LCD Field it should be easier to create other skins using multiple such fields as I hinted in my change request (which in fact is IMHO not a question but the request to accept this pull request .. :-) )

HanSolo commented 7 years ago

Well this is simply not needed. Instead you might want to either create a separate skin that only shows the data you need or directly use the LcdSkin. In this case you simply would create a new control by combining different Medusa gauges. Please take a look at the MultiGauge and MultiGauge demo in the medusademo project.