Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View rchevallier's full-sized avatar

rchevallier

  • LECTRA
  • France
  • 12:53 (UTC +02:00)
View GitHub Profile
@rchevallier
rchevallier / JFaceConfigDialog.ajs
Last active March 17, 2023 18:15
#jarchi Sample to demonstrate how to create a Configuration dialog box for a jArchi .ajs script
//@ts-check
/**
* Test of a dialog box in jarchi, SWT style
*/
/**
* @typedef {any} JavaClass
* @typedef {Object<string, function>} JavaObject
*/