Warning: session_start(): open(/var/lib/php/sessions/sess_dm5qs5er9avmbav6tqpelk2sl9, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static JComponent filePathInputWithBrowseButton(JTextField tf, O... _) {
ret centerAndEastWithMargin(tf, jbutton("Browse...", r {
JFileChooser fileChooser = new JFileChooser(getTextTrim(tf));
if (fileChooser.showOpenDialog(tf) == JFileChooser.APPROVE_OPTION) {
tf.setText(fileChooser.getSelectedFile().getAbsolutePath());
callF(optPar onLoad(_));
}
}));
}