KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > fractal > swing > BorderLayoutAttributes


1 // automatically generated
2

3 package org.objectweb.fractal.swing;
4
5 public interface BorderLayoutAttributes extends org.objectweb.fractal.api.control.AttributeController {
6   int getHgap ();
7   void setHgap (int arg0);
8   int getVgap ();
9   void setVgap (int arg0);
10 }
11
Popular Tags