Product: Aqua Data Studio
Version: 15.0.0-dev-47
Operating Environment: Linux (3.2.0-56-generic, amd64) / UTF-8 / en / US / Oracle Corporation 1.7.0_25-b15
Memory: Max=1,409,286,144; Total=570,425,344; Free=432,431,808; CPUs=8
In Test Connection dialog, top left edge of the first character is being chopped off. This issue does not exist with older version of JRE (eg: Java 1.6).
FYI - class ActionResultDialog represents this dialog.
Line 147 should be :
messageField.setBorder(new LineBorder(Color.WHITE, 5, false));
LineBorder's last parameter is :
roundedCorners
- whether or not border corners should be round
Line 147 should be :
messageField.setBorder(new LineBorder(Color.WHITE, 5, false));
LineBorder's last parameter is :
roundedCorners
- whether or not border corners should be round
Issue #10952 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 15.0.0-dev-333 |
No time estimate |
FYI - class ActionResultDialog represents this dialog.