ComboBoxExtra

An abstract framework and concrete Swing implementation that encapsulates a Java GUI applications typical save-state operations such as save, saveAs, open, new, checking for unsaved changes, and maintaining a list of recent files.

License

License

GroupId

GroupId

uk.co.jmsoft
ArtifactId

ArtifactId

comboboxextra
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ComboBoxExtra
An abstract framework and concrete Swing implementation that encapsulates a Java GUI applications typical save-state operations such as save, saveAs, open, new, checking for unsaved changes, and maintaining a list of recent files.
Project URL

Project URL

https://gitlab.com/ScoobyDooby/ComboBoxExtra
Source Code Management

Source Code Management

https://gitlab.com/ScoobyDooby/ComboBoxExtra

Download comboboxextra

How to add to project

<!-- https://jarcasting.com/artifacts/uk.co.jmsoft/comboboxextra/ -->
<dependency>
    <groupId>uk.co.jmsoft</groupId>
    <artifactId>comboboxextra</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.jmsoft/comboboxextra/
implementation 'uk.co.jmsoft:comboboxextra:1.0'
// https://jarcasting.com/artifacts/uk.co.jmsoft/comboboxextra/
implementation ("uk.co.jmsoft:comboboxextra:1.0")
'uk.co.jmsoft:comboboxextra:jar:1.0'
<dependency org="uk.co.jmsoft" name="comboboxextra" rev="1.0">
  <artifact name="comboboxextra" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.jmsoft', module='comboboxextra', version='1.0')
)
libraryDependencies += "uk.co.jmsoft" % "comboboxextra" % "1.0"
[uk.co.jmsoft/comboboxextra "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0