Radar Widget for Konfabulator.
Konfabulator was bought and eventually decommissioned by Yahoo!
It is my understanding that the software no longer functions properly
on modern Operating Systems.
Subsections of Software Projects
DXSpot
This program is a java interface to the data at
www.dxworld.com.
dxSpot is Copyright 2000 Bryan Nehl -- k0emt.
Copy it into a directory on your computer called dxSpot.
Expand the jar file with:
jar xf dxSpot.jar Capitalization is important. The S is a capital.
run the program:
java com.dbbear.dxspot.dxSpot
or for a more powerful command line style interface:
java com.dbbear.dxspot.CommandFrame
Make sure classpath directories, etc are set correctly. You may need to invoke java or jre with the -cp (class path)
option.
For instance, if you are in the directory where you unjarred
the dxSpot classes:
prompt$> java -cp . com.dbbear.dxspot.dxSpot
Method Two - no jar expansion
Run the default dxSpot with the following:
java -jar dxSpot.jar
Method Two - no jar expansion with config
Note that this approach switches to -cp and full class name to
run
You can specify a configuration file like this
sample.config
by passing the name of the file in on the command line.
for example:
java com.dbbear.dxspot.CommandFrame sample.config
IMPORTANT:
Make sure to use <ENTER> key when entering Callsign & Grid in
dxSpot.
A "successfully changed" message will display when
you change either your Callsign or grid.
The class and accompanying files are being distributed
under the terms of the GNU LGPL with the stipulation that this author
(K0EMT) is to receive a free copy of any commercial software that utilizes this library.
DBPath AS String - name of the directory where callbkc.dat is located
CallSign As String - call sign in "normal" format
qrzCallSign As String - call sign in QRZ format
qrzDEFCAB As String - call sign in QRZ "defcab" format
hasEMail As Boolean - has an email address on the cd - originally JR field
hasGif As Boolean - has a gif on cd - originally MI field
LastName
FirstName
ProperName (First Name + Last Name)
Street
City
State
Zip
Limitations:
The library only supports look up by callsign.
The class only returns if the email address and/or picture are stored.
(Not the actual email address or picture.)
To get the email address you will have to use the QRZ DLL.