90 likes | 339 Views
Some Title. Author. Bulgarian Association of Software Developers. www.devbg.org. First Part – Title. Some text More text Some more text Some text More text Some more text For more information : http://www.devbg.org. First Slide. Some more text More text Some more text
E N D
Some Title Author Bulgarian Association of Software Developers www.devbg.org
Some text More text Some more text Some text More text Some more text For more information: http://www.devbg.org First Slide
Some more text More text Some more text Some more text More text Some more text For more information: http://www.devbg.org Second Slide
Source Code Example JDialog modalDialog = new JDialog(); modalDialog.setLocation(250, 250); modalDialog.setSize(200, 150); modalDialog.setTitle("Modal dialog"); modalDialog.setModal(true); modalDialog.setVisible(true); • This is source code example:
Presentation Title Questions?