java笔记-Chapter 02 – 06

java.awt.
|———Color
|———Component
                    |——-getHeight
                    |——-getWidth
                    |——-setSize
                    |——-setVisible
|———Frame
                    |——-setTitle
|——– geom
                    |——–Ellipse2D.Double
                    |——–Line2D.Double
                    |——–Point2D.Double
|———Graphics
                    |——–setColor
|———Graphics2D
                    |——–draw
                    |——–drawString
                    |——–fill
|———Rectangle
                    |——–translate
                    |——–getX
                    |——–getY
                    |——–getWidth
                    |——–getHeight
 
 
 
java.lang.String
                 |———–length
                 |———–replace
                 |—- ——toLowerCase
                 |———–toUpperCase
                 |———–startsWith
                 |———–endsWith
 
 
javax.swing
|————-JComponent
                         |————paintComponent
|————-JFrame
                         |————setDefaultCloseOperation
|————-JOptionPane
                         |————showInputDialog
                         |————showMessageDialog
 
p224 – p284
This entry was posted in 好好学习. Bookmark the permalink.

4 Responses to java笔记-Chapter 02 – 06

  1. Yingxue Joy says:

    I think the best way to learn a programming language is to use it, to code, to program, and to work it out! 🙂 Wish you good luck!

  2. Zhao says:

    赞支持楼下的建议 可以找个opensource的project来练练手

  3. 姝莎 says:

    恩恩,好!!谢谢~~~

  4. 斯杰 says:

    welcome to the apache software foundation~~ hehe~ pick up the opensource project that you like~~

Leave a comment