How to create a basic Windows GUI window mockup using PlantUML Salt?

0 votes
asked Sep 19 in Question / help by fsfarimani (120 points)

I'm trying to create a mockup of a basic Windows GUI window using PlantUML Salt. Specifically, I want to recreate something similar to this image:

Pencil

The key elements I'm looking to include are:
1. Window title bar with text
2. Minimize, Maximize, and Close buttons in the top right corner
3. A basic window frame

Is it possible to create this kind of mockup using PlantUML Salt? If so, how can I achieve this?

Here's what I've tried so far:

@startuml
skinparam backgroundColor #FFFFFF

salt
{
    {
        "Window Title" |  " _ [] X "
        --
        ""
    }
}
@enduml

But this doesn't quite capture the look of a Windows window. Is there a way to make it look more authentic?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...