Currently, the title for warning and error messages is not shown in console installations. This makes ot hard for the user know what's going on.
There should be a more user-firendly console interface as equivalent to error and warning messageboxes in Swing installers.
Example of the current behavior: There is just shown the warning message of a panel validator: {code} Could not connect to broker URL: tcp://localhost:7000. Reason: java.net.ConnectException: Connection refused Enter O for OK, C to Cancel: {code}
Example of the desired behavior: There should eb also shown the title and some horizontal lines as separators to recognize a messagebox equivalent: {code} ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Validation failed - continuing installation Could not connect to broker URL: tcp://localhost:7000. Reason: java.net.ConnectException: Connection refused ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Enter O for OK, C to Cancel: {code}
Currently, the title for warning and error messages is not shown in console installations. This makes ot hard for the user know what's going on.
There should be a more user-firendly console interface as equivalent to error and warning messageboxes in Swing installers.
Example of the current behavior: There is just shown the warning message of a panel validator: {code} Could not connect to broker URL: tcp://localhost:7000. Reason: java.net.ConnectException: Connection refused Enter O for OK, C to Cancel: {code}
Example of the desired behavior: There should eb also shown the title and some horizontal lines as separators to recognize a messagebox equivalent: {code}