Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1031151 // swingShowConfirmDialog

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2911L/17K).

static int swingShowConfirmDialog(Component owner, S msg, S title, int options) {
  ret swing(() -> JOptionPane.showConfirmDialog(owner,
    msg, title, options));
}

Author comment

Began life as a copy of #1003679

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031151
Snippet name: swingShowConfirmDialog
Eternal ID of this version: #1031151/1
Text MD5: a1645013a1c1f32ecd90195eefec60b7
Transpilation MD5: f32f287ec0d8d1a50d04e410f5267305
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-13 17:08:19
Source code size: 168 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 67 / 109
Referenced in: [show references]