java jfilechooser禁用“查找”

时间:2018-02-12 13:47:56

标签: java jfilechooser

我想禁用法语中名为“Rechercher dans”的第一个列表或用英语“查看”

My application

我试图这样做(不行)

import { Http, Headers, RequestOptions } from '@angular/http'; const headers = new Headers({'Content-Type': 'application/json'}); const options = new RequestOptions({headers: headers}); this.http.post(this.url, JSON.stringfy(data), options)...

使用后面的方法disableButton

disableButton(openFile, "FileChooser.lookInLabelText");

有人有想法吗?

0 个答案:

没有答案