Skip to content

Switch to make it start minimized #2

Description

@ttguy

This application is very useful. Thanks. I made a modification to it so that when I have my PC start up and run the kill switch it starts up minimised. So I offer this patch.

        if (args.length== 1)// pass any parameter to make it run minimized
        {
        gui.setState(Frame.ICONIFIED);
        }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions