Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ojo.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ swing.edt {
//def password = "your password (if needed)"
def baseURL = "http://oss.jfrog.org/artifactory/api/storage/oss-snapshot-local/"

frame(title: 'OJO path checker', size: [800, 200], show: true) {
frame(title: 'OJO path checker', size: [800, 200], show: true,defaultCloseOperation:javax.swing.WindowConstants.EXIT_ON_CLOSE) {
borderLayout()
def input = textField(columns:10, actionPerformed: {}, constraints:BL.NORTH)
def output = label(text: '', preferredSize: [100, 100], constraints: BL.SOUTH)
Expand Down