不是那么添加控件的,Frame里面要得到ContentPane才能添加,语句getContentPane().add(new gecoord(), BorderLayout.CENTER);因为默认的是BorderLayout布局
paintCompoenet 改成 paintComponent 或者 paint
去除super.paintComponent(g);,或paintCompoenet改为paint,要不就是遮盖问题,画个距形,别画字符串