首页上一页 1 下一页尾页 2 条记录 1/1页
请教关于eclipse 创建项目问题
发表在Java图书答疑
2008-12-22
是否精华
是
否
版块置顶:
是
否
请问在eclipse 中怎样创建一个"basic java application" 工程?
比如:比如要创建个DrawLine时,就会有一些自动生成的代码
class DrawLine extends Frame
{
public DrawLine()
{
}
public static void main(String [] args)
{
DrawLine mainFrame = new mainFrame();
mainFrame.setSize(400,400);
mainFrame.setVisible(true);
} 这之类的代码。
Jcreator 中很容易就实现了eclipse 中还不知道怎么实现?
高人指点下!
比如:比如要创建个DrawLine时,就会有一些自动生成的代码
class DrawLine extends Frame
{
public DrawLine()
{
}
public static void main(String [] args)
{
DrawLine mainFrame = new mainFrame();
mainFrame.setSize(400,400);
mainFrame.setVisible(true);
} 这之类的代码。
Jcreator 中很容易就实现了eclipse 中还不知道怎么实现?
高人指点下!