Graphic user interface in Java
-
Bài giảng "Lập trình Java - Graphic user interface in Java" đã giới thiệu các kiến thức về AWT và Swing, xây dựng Java GUI cơ bản, cơ chế kiểm soát sự kiện người dùng. Mời các bạn cùng tham khảo nội dung chi tiết.
18p bautroibinhyen13 10-01-2017 72 2 Download
-
Bài giảng "Lập trình Java - Graphic user interface in Java" trình bày các nội dung: Top-level container, layout manager, common control, event listener, dialogbox, advanced control. Mời các bạn cùng tham khảo nội dung chi tiết.
19p bautroibinhyen13 10-01-2017 61 3 Download
-
Bài giảng "Lập trình Java - Graphic user interface in Java" trình bày các nội dung: JList, JTable, JTree, JSplitPane, Jslider, MDI - multiple document interface. Mời các bạn cùng tham khảo nội dung chi tiết.
22p bautroibinhyen13 10-01-2017 47 3 Download
-
Bài giảng "Lập trình Java - Graphic user interface in Java" trình bày các nội dung: Text component, choice component, menu, mnemonic, toolbar, tooltip, tabbed pane, scroll pane, dialog box. Mời các bạn cùng tham khảo nội dung chi tiết.
21p bautroibinhyen13 10-01-2017 95 2 Download
-
There are several key aspects of GUI design that you need to consider when designing and implementing the GUI for your project. At a high level, they can be broken down into two main areas of focus: 1. Designing the GUI to be usable and friendly from the end user’s perspective. 2. Designing and implementing the GUI to be reliable, and maintainable from the programmer’s perspective. This chapter will focus almost entirely on the first point—ease of use for the end user. We start with a very brief overview of the technical issues you probably want to address in implementing your...
22p dmptit 04-11-2010 116 11 Download