본문 바로가기

전체 글

(Android Studio) this view is not constrained (생성 시) 출처 : http://hongsi1991.tistory.com/114 미리보기 화면에서 해당 건 우클릭 - Constraint Layout -> Infer Constraints 하면 다나옴 더보기
(Eclipse) Jsmooth 사용방법 출처 : 본인 작성 1. Skeleton Java has not been found on your computer. Do you want to down it? 자바 설치 제대로 하고 환경변수도 잘 잡았는데도 이러면...? >> 무시하고 아래 체크 하고 넘기기 2. Excutable 맨 윗줄 exe파일 만들 부분이다. 3. Applcation 순서대로 한다. 4. Jvm Selection JAVA 설치 한 버전을 적는다. 더보기
(JAVA) 프로그램 내에 일시 저장 hashmap 출처.. : 내 블로그였다.. http://whose.tistory.com/search/hashmap 더보기
(JAVA) json simple 사용방법 첫번째 - 대괄호 있는 경우.. 출처 : http://shlee0882.tistory.com/45 try { jsonObject1 = (JSONObject) jsonParser1.parse(jsonString1); JSONArray jsonArray1 = (JSONArray) jsonObject1.get("곤충"); for(int i=0; i 더보기
(Eclipse) AWT Design 추가하기 출처 : https://stackoverflow.com/questions/19586578/import-existing-java-project-in-eclipse-but-design-view-not-exist-for-jframe 메인 액티비티 오른쪽 마우스 - Open with - Windows Builder Editor 더보기
(JAVA) awt 만들기 http://mainia.tistory.com/1480 더보기
(HTML) webkit-padding-start 제거하기 webkit-padding-start 제거하기 -webkit-padding-start 출처 : http://sgwanlee.github.io/dev/css/2016/11/03/remove-webkit-padding-start/ 더보기
(Android Studio) 상태바 색상 바꾸기 출처 : http://androidhuman.com/561 color 부분에서 colorPrimaryDark 색상을 바꾸면 된다. 더보기