FileOutputStream 파일을 만드는거는 fileoutputstream이다.!
/if문은 참 거짓만 나오고 boolean 값은 참/거짓만 결과값으로 필요하니 항상 같이 쓴다.
A Frame is a top-level window with a title and a border.
The size of the frame includes any area designated for the border. The dimensions of the border area may be obtained using the getInsets method, however, since these dimensions are platform-dependent, a valid insets value cannot be obtained until the frame is made displayable by either calling pack or show. Since the border area is included in the overall size of the frame, the border effectively obscures a portion of the frame, constraining the area available for rendering and/or displaying subcomponents to the rectangle which has an upper-left corner location of (insets.left, insets.top), and has a size of width - (insets.left + insets.right) by height - (insets.top + insets.bottom).
The default layout for a frame is BorderLayout.
출처 (자바8api) :https://docs.oracle.com/javase%2F8%2Fdocs%2Fapi%2F%2F/java/awt/Frame.html
Frame (Java Platform SE 8 )
A Frame is a top-level window with a title and a border. The size of the frame includes any area designated for the border. The dimensions of the border area may be obtained using the getInsets method, however, since these dimensions are platform-dependent
docs.oracle.com
'【♣부트 캠프♣】 > ▷TIL' 카테고리의 다른 글
[79일차] node.js 모듈화 (0) | 2024.09.09 |
---|---|
[36일차?] 자바 html 연결하기 (0) | 2024.07.08 |
[오늘 몇일차이냐] 첫번째 플젝 경과 보고 (0) | 2024.07.03 |
[28일차] VIEW 가상테이블, 제약조건 추가 삭제 (0) | 2024.06.26 |
[23일차] NVL/ 열제한/ 행제산==조건문 (0) | 2024.06.19 |