Com.bitplan.gui: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{OsProject|title=Generic GUI framework for Java|url=https://github.com/BITPlan/com.bitplan.gui|version=0.0.3}}
{{OsProject|title=Generic GUI framework for Java|url=https://github.com/BITPlan/com.bitplan.gui|version=0.0.3}}
= Simple Platform neutral Graphical User Interface Description =
= Simple Platform neutral Graphical User Interface Description =
== Why platform neutral? ==
Implementing User interfaces for a specific platform can be quite frustrating when you try to migrate the result to a different platform.
Even very small differences between implementations can spoil the effort.
== Main classes and packages ==
== Main classes and packages ==
<uml>
<uml>

Revision as of 14:26, 5 August 2018

OsProject
id  
state  
owner  
title  Generic GUI framework for Java
url  https://github.com/BITPlan/com.bitplan.gui
version  0.0.3
description  
date  
since  
until  

Simple Platform neutral Graphical User Interface Description

Why platform neutral?

Implementing User interfaces for a specific platform can be quite frustrating when you try to migrate the result to a different platform. Even very small differences between implementations can spoil the effort.

Main classes and packages