//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.ui.components/CustomOpenFileDialog
CustomOpenFileDialog
[jvm]\
@Composable
fun CustomOpenFileDialog(title: String = "", nameFilter: (String) -> Boolean = { true }, parent: Frame? = null, onCloseRequest: (result: String?) -> Unit)
Custom open file dialog.
Parameters
jvm
title | Dialog title |
nameFilter | Name filter |
parent | Parent |
onCloseRequest | On close callback |