简体   繁体   中英

How do I ask users to choose data in intelliJ GUI Swing

I am using IntelliJ to create a relatively simple form that does the data mining given data.

So obviously, I want to get data from the user. How can I bind such data (which will be quite big) through this GUI form? In JetBrains, they mentioned something about Data Binding Wizard But I am not sure if this is what I really want.

What I want is to have a something that finds certain data from user's computer. How can I find a form that binds data from user's computer and further operates data mining?

I am trying to do something like what WEKA does.

最快的方法是使用文件选择器

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM