JAVA 문제 정렬인데요a 어느 쪽에 삽입을 해야할지.. ㅠ
맨마루
import java.io.IOException;
import org.kwis.msp.lcdui.*;
import org.kwis.msp.lwc.*;
public class LabelEx extends Jlet
{
ShellComponent shell = new ShellComponent();
FormComponent form = new FormComponent();
//LabelComponent를 문자열 없이 생성
LabelComponent label1 = new LabelComponent();
LabelComponent label2 = new LabelComponent();
//LabelComponent를 문자열을 가지고 생성
LabelComponent label3 = new LabelComponent(유관순);
protected void startApp(String args[])
{
//각 Label함수별로 라벨을 Setting
LabelSet_1();
LabelSet_2();
LabelSet_3();
//shell에 from 추가
shell.addComponent(form);
shell.show();
}
protected void pauseApp(){}
protected void resumApp(){}
protected void destroyApp(boolean b){}
protected void LabelSet_1()
{
label1.setLabel(Label Component);
form.addComponent(label1);
}
protected void LabelSet_2()
{
//label1의 문자열을 가져와서 label2에 지정
label2.setLabel(label1.getLabel());
form.addComponent(label2);
}
protected void LabelSet_3()
{
//이미지객체를 가져오기 위해서 try~catch 구문 사용
try
{
Image img = Image.createImage(yoo.gif);
label3.setImage(img);
}catch(IOException e){}
form.addComponent(label3);
//form의 모든 컴포넌트간의 간격 조정
form.setGab(10);
}
}
이것이 파일입니다.
책을 보면FormComponent을 부착시키면 원하는 대로 정렬이 불가능 하다고 나와있는대요a
유관순이라 적힌 부분을 가운데 정렬 시키고 싶습니다.
LAYOUT_HCENTER을 이용하려는데..
어디다 붙여야 하는지 ㅠㅠ
-
아이 2024-04-15
잘 모르겠어요 ㅠ
-
우미 2024-04-15
LabelComponent의 API가 어떻게 구성되었는지는 모르겠으나, 자바의 스윙에서는 라벨을 생성할 때, SwingConstants.CENTER라는 상수를 지정해주면 됩니다.
JLabel label = new JLabel(\라벨\ -
냐하 2024-04-15
제가 하고 싶은 것은 텍스트 문자열을 정가운데로 위치시키는 것입니다 ㅠㅠ
책에서 보니 LabelComponent 은 기본적으로 왼쪽에 정렬한다고 해서 임의로 가운데 정렬시키고자 합니다. -
핫자두 2024-04-15
자바의 기본 GUI 라이브러리가 아닌 별도의 라이브러리를 사용하시는군요. wrapper 클래스인 것 같아보이네요.
라벨 내에서 텍스트 문자열을 라벨의 정가운데에 위치시키고 싶으신 건가요?
라벨 내에서는 문자열의 위치가 디폴트로 가운데 위치할텐데.......아니면 API를 잘 살펴보세요.
언급하신 FormComponent는 FormLayout하고 비슷한 개념인 것 같네요.
FormLayout은 그야말로 특정 영역을 정해서(고정해서) 그 정해진 위치