For those interested:
A second way to add a top panel --
In PCManFM, go to /home/<your-user-name>/.config/lxpanel/LXDE/panels, right click any empty space and choose Create New > Empty File. Name it top. Right click and open it with leafpad. Copy and paste the contents below into it --
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.
Global {
edge=top
allign=left
margin=0
widthtype=percent
width=100
height=26
transparent=0
tintcolor=#000000
alpha=0
autohide=0
heightwhenhidden=2
setdocktype=1
setpartialstrut=1
usefontcolor=1
fontcolor=#ffffff
background=1
backgroundfile=/usr/share/lxpanel/images/background.png
iconsize=24
}
Plugin {
type = space
Config {
Size=2
}
}
Plugin {
type = menu
Config {
image=/usr/share/lxde/images/lxde-icon.png
system {
}
separator {
}
item {
command=run
}
separator {
}
item {
image=gnome-logout
command=logout
}
}
}
Plugin {
type = launchbar
Config {
Button {
id=/usr/share/applications/pcmanfm.desktop
}
Button {
id=/usr/share/applications/lxdecc.desktop
}
Button {
id=/usr/share/applications/pclinuxos-drakconf.desktop
}
Button {
id=/usr/share/applications/synaptic.desktop
}
Button {
id=/usr/share/applications/lxterminal.desktop
}
Button {
id=/usr/share/applications/firefox.desktop
}
}
}
Plugin {
type = space
Config {
Size=4
}
}
Plugin {
type = wincmd
Config {
image=window-manager
Button1=iconify
Button2=shade
Toggle=0
}
}
Plugin {
type = space
Config {
Size=4
}
}
Plugin {
type = pager
}
Plugin {
type = space
Config {
Size=4
}
}
Plugin {
type = taskbar
expand=1
Config {
tooltips=1
IconsOnly=0
ShowAllDesks=1
UseMouseWheel=1
UseUrgencyHint=1
FlatButton=0
MaxTaskWidth=150
spacing=1
GroupedTasks=0
}
}
Plugin {
type = tray
}
Plugin {
type = volumealsa
}
Plugin {
type = dclock
Config {
ClockFmt=%I:%M:%S
TooltipFmt=%A %x
BoldFont=1
IconOnly=0
}
}
Plugin {
type = launchbar
Config {
Button {
id=/usr/share/applications/lxde-logout.desktop
}
}
}
Save and exit leafpad. Exit PCManFM.
You will now have a top panel that is configured exactly as the default bottom panel. Customize it as you wish through the usual methods.