Date of registration: Jan 1st 2009
Location: Hanover, Germany
Occupation: Software Engineer
Hobbies: Hilbert Curves
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
<File Name="Frame.jsrc"/>
<File Name="Global.jsrc"/>
<File Name="Module1.jsrc"/>
<File Name="AbstractForm.jsrc"/>
<File Name="Form.jsrc"/>
<File Name="RTTextPane.jsrc"/>
<File Name="CommandButton.jsrc"/>
<File Name="Label.jsrc"/>
<File Name="OptionButton.jsrc"/>
<File Name="Winsock.jsrc"/>
<File Name="ListBox.jsrc"/>
<File Name="ListCellData.jsrc"/>
<File Name="ListCellDataRenderer.jsrc"/>
<File Name="Form1.jsrc"/>
<File Name="TextBox.jsrc"/>
<File Name="Applet.jsrc"/>
<File Name="PictureBox.jsrc"/>
<File Name="Usercontrol.jsrc"/>
<File Name="Slider.jsrc"/>
<File Name="ScrollBar.jsrc"/>
<File Name="ComboBox.jsrc"/>
<File Name="TreeView.jsrc"/>
<File Name="ToggleButton.jsrc"/>
<File Name="ProgressBar.jsrc"/>
<File Name="Timer.jsrc"/>
<File Name="Collection.jsrc"/>
<File Name="CheckBox.jsrc"/>
<File Name="Node.jsrc"/>
<File Name="IJabacoControl.jsrc"/>
<File Name="VBClipboard.jsrc"/>
<File Name="VBMenuBar.jsrc"/>
<File Name="VBMenuGroup.jsrc"/>
<File Name="VBMenuItem.jsrc"/>
<File Name="JBCLookAndFeel.jsrc"/>
<File Name="VBToolBar.jsrc"/>
<File Name="VBToolBarItem.jsrc"/>
<File Name="IMenuItem.jsrc"/>
<File Name="TabStrip.jsrc"/>
<File Name="RichTextBox.jsrc"/>
<File Name="CommonDialog.jsrc"/>
<File Name="DataBase.jsrc"/>
<File Name="JBGrid.jsrc"/>
<File Name="IToolBarItem.jsrc"/>
<File Name="FileSystem.jsrc"/>
<File Name="VBFileHandler.jsrc"/>
<File Name="JBGridModel.jsrc"/>
<File Name="Line.jsrc"/>
<File Name="Shape.jsrc"/>
<File Name="WinsockItemTCP.jsrc"/>
<File Name="WinsockServer.jsrc"/>
<File Name="WinsockSendThread.jsrc"/>
<File Name="Screen.jsrc"/>
<File Name="SysInfo.jsrc"/>
<File Name="Spinner.jsrc"/>
<File Name="Nodes.jsrc"/>
<File Name="JBCellEditor.jsrc"/>
<File Name="TreeViewRenderer.jsrc"/>
<File Name="VBControlExtender.jsrc"/>
<File Name="IJabacoClass.jsrc"/>
<File Name="SplitPane.jsrc"/>
<File Name="PasswordField.jsrc"/>
<File Name="IJabacoForm.jsrc"/>
<File Name="ListBoxModel.jsrc"/>
<File Name="TreeViewEditor.jsrc"/>
<File Name="IJabacoContainer.jsrc"/>
<File Name="JBCellRenderer.jsrc"/>
<File Name="VBImage.jsrc"/>
<File Name="JBCellData.jsrc"/>
<File Name="Tabs.jsrc"/>
<File Name="App.jsrc"/>
<File Name="JBHeaderRenderer.jsrc"/>
<File Name="RTStyle.jsrc"/>
<File Name="RTTextPane.jsrc"/>
<File Name="MDIForm.jsrc"/>
<File Name="MDIChild.jsrc"/>
<File Name="LoadAdapter.jsrc"/>
<File Name="ILoadAdapter.jsrc"/>
<File Name="uFileSystem.jsrc"/>
<File Name="uDirBrowse.jsrc"/>
<File Name="uWinsock.jsrc"/>
<File Name="WinsockServerRequest.jsrc"/>
<File Name="uSplitPane.jsrc"/>
<File Name="uControlTest.jsrc"/>
<File Name="uTextBox.jsrc"/>
<File Name="uGrid.jsrc"/>
<File Name="uListbox.jsrc"/>
<File Name="uGraphics.jsrc"/>
<File Name="IListCellDataOwner.jsrc"/>
<File Name="ThreadAdapter.jsrc"/>
<File Name="Dialog.jsrc"/>
<File Name="Dialog1.jsrc"/>
<File Name="MDIForm1.jsrc"/>
<File Name="MDIChild1.jsrc"/>
<File Name="uDatabase.jsrc"/>
<File Name="uListboxItem.jsrc"/>
<File Name="IWinsockItem.jsrc"/>
<File Name="WinsockItemUDP.jsrc"/>
<File Name="Debug.jsrc"/>
<File Name="VBCheckBoxMenuItem.jsrc"/>
<File Name="VBRadioButtonMenuItem.jsrc"/>
|
Date of registration: Jan 1st 2009
Location: Hanover, Germany
Occupation: Software Engineer
Hobbies: Hilbert Curves
You might want to have a look at the "ControlDemo" which is part of the Jabaco samples.
Now we are talkingFirst you need the latest Jabaco.jar:
http://www.file-upload.net/download-3130203/Jabaco.jar.html
It is from the 14.1.20111. If you still don't have it, then download it and replace your Jabaco.jar in your Jabaco-directory with it.
Then here is the Jabaco-Source:
http://www.file-upload.net/download-3167…urcesl.zip.html
Run in the VB-directory the project FrameworkTest.jba .
Important: Don't go too fast. Load at first the project in the IDE. Then wait, until you can move with your cursor/carret through the text in the IDE. Then you can run or compile it.
This source code is the complete VB-directory of the SVN. So there is not only the example program. It includes additional the in Jabaco written controls, which are part of the framework.