Why does JSplitPane automatically set its location?
There is a tree in the left container of JSplitPane. When the tree
loads data nodes, the split pane will
automatically set its location to avoid tree container displaying
horizontal scroll bar.
I want to turn this function off. Pls tell me how to do it. Thank you.
.
Relevant Pages
- Re: HELP DISTINGUISHED NAME DN IN AD (WIN2000 SERVER)
... object resides in an OU tree, which in turn resides in a ... domain tree, a DN specifies the exact location within both trees. ... An RDN has to be unique within it's container. ... (microsoft.public.win2000.active_directory) - Re: HELP DISTINGUISHED NAME DN IN AD (WIN2000 SERVER)
... object resides in an OU tree, which in turn resides in a ... domain tree, a DN specifies the exact location within both trees. ... An RDN has to be unique within it's container. ... (microsoft.public.windows.server.active_directory) - Re: Getting non "const" pointers to object data using "const" members
... My object is actually a tree container, ... safety or const correctness. ... Make this a private nested class of the tree container. ... I use a polymorphic member actually truely named "visit", which is a "const" member implemented either for getting the pointer in the node itself or in another class which is a sub-container for several nodes or nodes containers. ... (microsoft.public.vc.language) - Re: std::set
... When you insert elements within the container, ... No, it returns an iterator, which *is* a position. ... red-black tree. ... Insertion is linear. ... (comp.lang.cpp) - Getting rid of cursors to help with performance
... the tables called Container contains a hierarchy system. ... But this function will only accept one container ident, ... SELECT CONTAINERID INTO #tree FROM PQTSELECTION WHERE SESSIONID=@sessionid ... declare objects cursor ... (microsoft.public.sqlserver.programming) |
|