MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / addLayoutComponent

Method addLayoutComponent

src/java/awt/LayoutManager.java:37–37  ·  view source on GitHub ↗

Adds the specified component with the specified name to the layout. @param name the component name @param comp the component to be added

(String name, Component comp)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

addMethod · 0.95

Implementers 5

CardLayoutsrc/java/awt/CardLayout.java
GridBagLayoutsrc/java/awt/GridBagLayout.java
GridLayoutsrc/java/awt/GridLayout.java
FlowLayoutsrc/java/awt/FlowLayout.java
BorderLayoutsrc/java/awt/BorderLayout.java

Calls

no outgoing calls

Tested by

no test coverage detected