분류 전체보기336 javafx - list View , tableView, media, chart public class ViewController implements Initializable { @FXML private ListView listView; @FXML private TableView tableView; @FXML private ImageView imageView; @FXML private TextField txtName; @FXML private Button btnUpdate; @Override public void initialize(URL location, ResourceBundle resources) { // ListView에 출력 항목을 items 라고 함. // 항목을 전달하는 class로 ObservableArrayList를 사용 String[] strs = new Strin.. 2023. 6. 7. 타임존 개념이 없는 시간을 나타내는 Local클래스 time package의 Local 클래스는 // 타임존 개념이 필요없는 날짜나 시간 정보를 나타내기 위해 // 자바 1.8에서 새롭게 추가된 패키지 class 묶음 // java util.Date // 호출되는 시점의 현재 시간 LocalDate toDay = LocalDate.now(); System.out.println(toDay); // 호출 되는 시점의 시간 정보 LocalTime present = LocalTime.now(); System.out.println(present); // . of(년,월,일) LocalDate birthDay = LocalDate.of(1982, 06, 07); // . of(시,분) // .of(시,분,초,나노타임) LocalTime birthTime = Loca.. 2023. 6. 6. 프로젝트 2023. 6. 5. 06.05 mysql시작 https://dev.mysql.com/downloads/file/?id=518835 MySQL :: Begin Your Download The world's most popular open source database Contact MySQL | Login | Register dev.mysql.com No thanks, just start my download. 클릭 custom - MYsql, connertor J. workbench, Samples and Examples 8.0 선택 환경변수 path 등록하기. -- ctrl + mouse 휠로 글자크기 조정 -- database 목록확인 -- 실행 단축키 - ctrl + enter show databases; -- 사용할 데이터베이스 or sche.. 2023. 6. 5. 배포한 javafx프로젝트 실행 해당 파일 존재하는 주소에서 cmd 실행 & javafx sdk폴더복사 java --module-path "java_fx\lib" --add-modules=javafx.controls,javafx.fxml -jar chat_server.jar exe파일 만들기 Launch4j 다운로드 Launch4j Executable Wrapper Download Launch4j Executable Wrapper for free. Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides advanced JRE search, application startup configuration and better use.. 2023. 6. 1. javafx 설정 2023. 5. 30. 이전 1 ··· 41 42 43 44 45 46 47 ··· 56 다음