|
import javax.swing.*;
public class test { public static void main( String args[] ) { JFileChooser chooser = new JFileChooser( "/" ); chooser.setFileSelectionMode( JFileChooser.DIRECTORIES_ONLY ); chooser.showOpenDialog( new JFrame() ); System.out.println( "Selected: " + chooser.getSelectedFile() ); System.exit( 0 ); } } ������� ���� �� ������� PGUI ������ SWING - �� � ��� ������� �
������ ������ � ��-����� � � �������� � ����� ��-����� �� �� ���� � ����.
������� �, �� ���� JTextField - �.� ������ �� ���� �� ����� rich text format,
����� � html ���������.
����� �� �� ������� �� http://dz.prosyst.com
--------------------------------------------------------------- ProSyst Bulgaria Ltd. Valentin Valchev 48 Vladajska Str. Project Manager Sofia 1606, Bulgaria Dept: mBedded Server/Broadband http://www.prosyst.com/ Phone: +359 02 (9631394) 223 --------------------------------------------------------------- Leading Software Technology for Open Service Gateways
|
- [jug-bg] Problem s ActionListener for JTextField Vladimir Djouvinov
- Re: [jug-bg] Problem s ActionListener for JTextFie... Krasimir Kondarev
- Re: [jug-bg] Problem s ActionListener for JTextFie... Stefan Bouynov
- Re: [jug-bg] Problem s ActionListener for JTex... Kaloian Doganov
- [jug-bg] DirectoryChooser? Vladimir Djouvinov
- Re: [jug-bg] DirectoryChooser? Krasimir Kondarev
- Re: [jug-bg] DirectoryChooser? Valentin Valchev
- Re: [jug-bg] DirectoryChooser? Vladimir Djouvinov
